-
Notifications
You must be signed in to change notification settings - Fork 33
Description
When i run node ./scripts/install.mjs
, it throws this error below
`node:internal/modules/cjs/loader:1368
throw err;
^
Error: Cannot find module 'C:\Users\User\Desktop\b\packages\scripts\install.mjs'
at Function._resolveFilename (node:internal/modules/cjs/loader:1365:15)
at defaultResolveImpl (node:internal/modules/cjs/loader:1021:19)
at resolveForCJSWithHooks (node:internal/modules/cjs/loader:1026:22)
at Function._load (node:internal/modules/cjs/loader:1175:37)
at TracingChannel.traceSync (node:diagnostics_channel:322:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:235:24)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_ma
in:171:5)
at node:internal/main/run_main_module:36:49 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}
Node.js v22.18.0
`
Please, not, I am using Windows 10 and i doon't know the module it is complaining about