-
Notifications
You must be signed in to change notification settings - Fork 75
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
npm start fails with error:0308010C:digital envelope routines::unsupported
#184
Comments
Same here, tried on two systems. |
Hey, I got rid of this error by downgrading my nodejs to v14.21.0 (nodejs-lts-fermium). |
hi ! I met the same error following this tutorial : https://rustwasm.github.io/docs/book/game-of-life/hello-world.html
I downgrade my nodejs to the LTS v16.18.1 (Gallium) to get rid of this error. |
Add to webpack.config.js:
This should fix the error. |
@pythagorean Thanks ! Can confirm it worked. I think this should be added to the wasm-book. |
Is this an issue with the book, or is this something that should be changed in the template? |
After running
npm init rust-webpack sand2
, I get the following unexpected error when runningnpm start
.The text was updated successfully, but these errors were encountered: