-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems at 'Hello World' step npm issues, willing to work through! #311
Comments
I had the same issue and I found answers here #295
And also this add this More other infos are here : rustwasm/create-wasm-app#206 |
I had the same problem and @abdounasser202 's input addressed it |
Think I'm giving up on using rust+wasm and will look for something else, as besides it being near a year of the setup being horribly outdated in this guide and having to even find this info to get anywhere, I can't even get it to go past this part. I've redone this multiple times, triple checked my work, it still keeps doing this even once I get past the dependency hell of this using depreciated and removed features:
|
Running npm install produces:
41 vulnerabilities (1 low, 6 moderate, 29 high, 5 critical)
Running npm audit fix produces:
8 vulnerabilities (1 low, 7 high)
Now am faced with a situation which will produce breaking changes!!
As a developer who is an npm and wasm novice this looks like a potentially big climb when I am not even sure the previous steps are correct.
I am willing and able to work through this or step back and start again but I think I need some help. Judging by other issues raised so do others!
$ npm ls
[email protected] ~/code/wasm-rust/rust-and-webassembly-book/wasm-game-of-life/www
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
└── [email protected]
$ npm ls -g
~/.nvm/versions/node/v20.11.1/lib
├── [email protected]
├── [email protected]
└── [email protected]
The text was updated successfully, but these errors were encountered: