Is it safe to remove npm-cache folder in windows? Is it safe to remove npm-cache folder in windows? windows windows

Is it safe to remove npm-cache folder in windows?


Yes it is safe,I have deleted npm and npm-cache folder manually and reinstall node its working fine.


for Window 7 8 10 user

Run this:

md C:\npm-cache 

And then:

npm config set cache C:\npm-cache 

Its Working For me