-
Notifications
You must be signed in to change notification settings - Fork 109
Open
Description
Hello, I'm on windows 11 and node version 22 but when I try to install dependencies with this command
python manage.py tailwind install
I get this error
node:internal/modules/cjs/loader:1368
throw err;
^
Error: Cannot find module 'C:\Users\HP\Documents\projects\pointage\theme\static_src\install'
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_main:171:5)
at node:internal/main/run_main_module:36:49 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}
Yet I followed all the steps
Metadata
Metadata
Assignees
Labels
No labels