Feature: Webpack 5#208
Conversation
|
Came here with the same error ( @fitzgen @ashleygwilliams can you merge one of these? |
|
Just encountered this as well... I also bumped the version of the Afterwards the Rust-WASM tutorial worked as described again. |
|
@DawChihLiou Thank you for making this PR! The changes here completely fixed the tutorial for me. I was originally getting the same digital envelope routines mentioned earlier in this thread. Can verify that the changes still work. |
|
@DawChihLiou Thank you again, the changes fixed the tutorial for me as well. Tried this on a laptop and desktop and it worked both times. |
updated version of rustwasm#207 rustwasm#208 rustwasm#211 fixes rustwasm#178 rustwasm#206 rustwasm#213 rustwasm#214 Strangely, these specific versionings run into a peer dependency error. The magical workaround I did was to run `npm install -g yarn` `yarn` and then delete `yarn.lock` and after that, `npm install` magically worked. `npm ci` worked too, *shrugs*
This PR resolves the bug reports on the Node.js OpenSSL error
0308010c:digital envelope routines::unsupportedwith Node 17+.There are a few ways to fix the error when running Webpack dev server and the most sensible solution is to upgrade Webpack to version 5.