starter-kit
starter-kit copied to clipboard
`dev` Script Logs Error Related to Experimental Wasm Threads Flag
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...