Hey guys, I was working on a compose multiplatform...
# multiplatform
k
Hey guys, I was working on a compose multiplatform project and was targeting web specially I'm able to run my mobile applications but when I try to run my web app, I face the below given error, please help here I'm stuck on this issue for 2 days
Copy code
node:28740) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
error An unexpected error occurred: "<https://registry.yarnpkg.com/@jridgewell/source-components.map/-/source-components.map-0.3.6.tgz>: Request failed \"404 Not Found\"".

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':kotlinNpmInstall'.
>                 Process 'Resolving NPM dependencies using yarn' returns 1
                  
                  yarn install v1.22.17
guys this is resolved, sorry for bothering
s
@Kinar Sharma How you resolve that issue
k
@Sandhya Kutala it was nothing complicated, my yarn file got automatically updated while adding some dependencies, so just by reverting those changes I resolved it
s
@Kinar Sharma Thank you so much i will check it