- Published on
nuxt command not found
Step 1: Run npm cache clean --force
Step 2: Delete node_modules by running rm -rf node_modules.
Step 3: Delete package-lock.json by running rm package-lock.json.
Step 4: Run npm install to reinstall dependencies