Hi!
I want to update my node version to the LTS, but i get nuxt fatal error that don't let the app begin.
The error:
Cannot start nuxt: Cannot find module 'C:/Program Files/nodejs/node_modules/@nuxt/devtools/module.cjs'
I think the issue is not with the nuxt devtools, because i've already remove the devtools package from the package.json and still the samer error.
I go to the folder "C:/Program Files/nodejs/node_modules/" and don't have the folder "@nuxt", i tjink that is the issue. Can anyone help me?
Note:
I'm using nvm for windows to manage the node versions.