Cannot find module 'C:/Program Files/nodejs/node_modules/@nuxt/devtools/module.cjs' #364
-
I am getting this error when I use any node version from 16.20.1 and above: I don't understand why it tries to load the package from the global node folder? Another thing:
but when i I can see inside the src/.nuxt folder that it still is reference in nuxt.d.ts , and it also has a line in plugins.d.ts: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It is solved There is a |
Beta Was this translation helpful? Give feedback.
It is solved
There is a
.nuxtrc
file that has to be removed, I had read about it but thought that the file would be located in the project root folder.But it's apparently the "Home" directory, very strange file.
But that fixed it..