It's been 30 minutes but still not uploaded. How do i fix the problem enter image description here
CodePudding user response:
You can do following steps which possibly will fix this.
- Press
Ctrl 'C'
to stop the process. - Delete the
npm_modules
folder andpackage-lock.json
file and runnpm cache clean --force
. - Reinstall the modules with
npm install
.
CodePudding user response:
try to remove the node_modules directory and the package-lock.json file and reinstall by npm i
this might help
CodePudding user response:
you can reinstall nodejs or use npm update to fix this if it doesn't work then check the documentation of the library