You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
Upon running
pnpm dev
, I see the followingchain:dev
log.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.The text was updated successfully, but these errors were encountered: