Got an Error in running nuxt project: "'nuxt' is not recognized as an internal or external command" #36218
-
|
When I tried to run npm run dev in my nuxt project, my console returned this message: Please help me, thanks |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
|
It would be helpful to solve your problem. Step 1: npm cache clean --force Hope it works for you. |
Beta Was this translation helpful? Give feedback.
-
|
Make sure nuxt is installed in your Nuxt project: $ cd /path/to/nuxt-project If it isn't installed, add nuxt to your project by doing: $ npm install --save nuxt "dependencies": { Given this directory (after doing npm install --save nuxt): nuxt-project "scripts": { |
Beta Was this translation helpful? Give feedback.
-
|
Hi, Everyone! |
Beta Was this translation helpful? Give feedback.
Hi, Everyone!
Hope you're do well.
Please follow this steps:
Step1: Delete node modules
Step2: npm install
Setp3: npm audit fix --force
Thatnks for your attention