Replies: 1 comment 2 replies
-
Same error here |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm a university student and I need to create a project but I can't, It's my first time using adonis so, I don't now much about it, If some one could help me I would be very grateful.
The node.js version that I'm using is 18.18.1 and npm version is 9.8.1
This is the error: node:internal/modules/cjs/loader:573
throw e;
^
Error: Cannot find module 'C:\Users\Ivette\AppData\Local\npm-cache_npx\7fc89991fd0d393b\node_modules\flattie\dist\index.js'
at createEsmNotFoundErr (node:internal/modules/cjs/loader:1098:15)
at finalizeEsmResolution (node:internal/modules/cjs/loader:1091:15)
at resolveExports (node:internal/modules/cjs/loader:567:14)
at Module._findPath (node:internal/modules/cjs/loader:636:31)
at Module._resolveFilename (node:internal/modules/cjs/loader:1063:27)
at Module._load (node:internal/modules/cjs/loader:922:27)
at Module.require (node:internal/modules/cjs/loader:1143:19)
at require (node:internal/modules/cjs/helpers:119:18)
at Object. (C:\Users\Ivette\AppData\Local\npm-cache_npx\7fc89991fd0d393b\node_modules@adonisjs\application\node_modules@adonisjs\fold\node_modules@poppinss\utils\build\src\flatten.js:12:17)
at Module._compile (node:internal/modules/cjs/loader:1256:14) {
code: 'MODULE_NOT_FOUND',
path: 'C:\Users\Ivette\AppData\Local\npm-cache\_npx\7fc89991fd0d393b\node_modules\flattie\package.json'
}
Node.js v18.18.1
npm ERR! code 1
npm ERR! path C:\Adonis
npm ERR! command failed
npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c create-adonis-ts-app hello-world
npm ERR! A complete log of this run can be found in: C:\Users\Ivette\AppData\Local\npm-cache_logs\2023-10-13T00_46_56_665Z-debug-0.log
Beta Was this translation helpful? Give feedback.
All reactions