starter-kit icon indicating copy to clipboard operation
starter-kit copied to clipboard

`dev` Script Logs Error Related to Experimental Wasm Threads Flag

Open harrysolovay opened this issue 1 year ago • 0 comments

Upon running pnpm dev, I see the following chain:dev log.

chain:dev: [build-and-start] node: bad option: --experimental-wasm-threads

This may have to do with the Node version (I'm running v22.4.0). That being said, I don't think one should need to use nvm and specify a past release. Perhaps I should rename this issue to something along the lines of "Approach to Compat with Latest and Misc. Node Versions" ?


On another note, this causes the chain:dev process to crash.

chain:dev: [build-and-start] [nodemon] app crashed - waiting for file changes before starting...

harrysolovay avatar Jul 05 '24 19:07 harrysolovay