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
The log file seems nowhere to be found. I tried it on a windows machine and WSL. Both failed with the same mysterious error log. It doesn't seem to matter what preset you use (none, react, etc.) or if want to set up caching or not, it all fails.
Expected Behavior
Create a nx-workspace
GitHub Repo
No response
Steps to Reproduce
run pnpm create nx-workspace nx-demo
pick whatever options you want
watch it fail
Nx Report
node:internal/process/esm_loader:97
internalBinding('errors').triggerUncaughtException(
^
Error [ERR_MODULE_NOT_FOUND]: Cannot find package 'ts-node' imported from /home/private/code/nx-demo/
Did you mean to import [email protected]_@[email protected][email protected]/node_modules/ts-node/esm.mjs?
at new NodeError (node:internal/errors:405:5)
at packageResolve (node:internal/modules/esm/resolve:887:9)
at moduleResolve (node:internal/modules/esm/resolve:936:20)
at defaultResolve (node:internal/modules/esm/resolve:1129:11)
at nextResolve (node:internal/modules/esm/loader:163:28)
at ESMLoader.resolve (node:internal/modules/esm/loader:835:30)
at ESMLoader.getModuleJob (node:internal/modules/esm/loader:424:18)
at ESMLoader.import (node:internal/modules/esm/loader:524:22)
at initializeLoader (node:internal/process/esm_loader:75:58)
at loadESM (node:internal/process/esm_loader:90:11) {
code: 'ERR_MODULE_NOT_FOUND'
}
Node.js v18.17.0
Failure Logs
node:internal/process/esm_loader:97
internalBinding('errors').triggerUncaughtException(
^
Error [ERR_MODULE_NOT_FOUND]: Cannot find package 'ts-node' imported from /home/private/code/nx-demo/
Did you mean to import [email protected]_@[email protected][email protected]/node_modules/ts-node/esm.mjs?
at new NodeError (node:internal/errors:405:5)
at packageResolve (node:internal/modules/esm/resolve:887:9)
at moduleResolve (node:internal/modules/esm/resolve:936:20)
at defaultResolve (node:internal/modules/esm/resolve:1129:11)
at nextResolve (node:internal/modules/esm/loader:163:28)
at ESMLoader.resolve (node:internal/modules/esm/loader:835:30)
at ESMLoader.getModuleJob (node:internal/modules/esm/loader:424:18)
at ESMLoader.import (node:internal/modules/esm/loader:524:22)
at initializeLoader (node:internal/process/esm_loader:75:58)
at loadESM (node:internal/process/esm_loader:90:11) {
code: 'ERR_MODULE_NOT_FOUND'
}
Node.js v18.17.0
Package Manager Version
pnpm 8.15.1
Operating System
macOS
Linux
Windows
Other (Please specify)
Additional Information
Using the normal npm create nx-workspace still works just fine. I hope this isn't a mistake on my end, but if it is please just let my know.
The text was updated successfully, but these errors were encountered:
Current Behavior
Using pnpm create nx-workspace nx-demo with whatever options fails with an error log that cannot be found.
The log file seems nowhere to be found. I tried it on a windows machine and WSL. Both failed with the same mysterious error log. It doesn't seem to matter what preset you use (none, react, etc.) or if want to set up caching or not, it all fails.
Expected Behavior
Create a nx-workspace
GitHub Repo
No response
Steps to Reproduce
run pnpm create nx-workspace nx-demo
pick whatever options you want
watch it fail
Nx Report
Failure Logs
Package Manager Version
pnpm 8.15.1
Operating System
Additional Information
Using the normal npm create nx-workspace still works just fine. I hope this isn't a mistake on my end, but if it is please just let my know.
The text was updated successfully, but these errors were encountered: