Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

how to clear nodemon cache

npm cache clean --force

Mostly used in case of sudden errors when downloading packages.
Cache might be the problem.
It could be used in many other things.
Just stay away from using the --force flag in things other than this command
 
PREVIOUS NEXT
Tagged: #clear #nodemon #cache
ADD COMMENT
Topic
Name
6+4 =