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
Look like the installer won't resolve some module. in 19 and 20, not sure if there is any experimental or old feature used that are deprecated since that. It runs perfectly in 18.
Installing with node 20
❯ npx create-turbo-eth@latest
node:internal/modules/cjs/loader:1147
throw err;
^
Error: Cannot find module '/Users/david/Lab/sandbox/node'
at Module._resolveFilename (node:internal/modules/cjs/loader:1144:15)
at Module._load (node:internal/modules/cjs/loader:985:27)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:135:12)
at node:internal/main/run_main_module:28:49 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}
Node.js v20.11.1
Installing with node 19
❯ npx create-turbo-eth@latest
node:internal/modules/cjs/loader:1093
throw err;
^
Error: Cannot find module '/Users/david/Lab/sandbox/node'
at Module._resolveFilename (node:internal/modules/cjs/loader:1090:15)
at Module._load (node:internal/modules/cjs/loader:934:27)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12)
at node:internal/main/run_main_module:23:47 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}
Node.js v19.9.0
Expected behavior
Expecting the installer to run.
Steps to reproduce
nvm install 19
nvm use 19
npx create-turbo-eth@latest
repeat with 20
Additional context
No response
Operating system
macOS
create-turbo-eth version or commit hash
create-turbo-eth@latest
The text was updated successfully, but these errors were encountered:
Describe the bug
Look like the installer won't resolve some module. in 19 and 20, not sure if there is any experimental or old feature used that are deprecated since that. It runs perfectly in 18.
Installing with node 20
Installing with node 19
Expected behavior
Expecting the installer to run.
Steps to reproduce
Additional context
No response
Operating system
macOS
create-turbo-eth version or commit hash
create-turbo-eth@latest
The text was updated successfully, but these errors were encountered: