How to clear cache in node.js terminal
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Use these commands:
npm cache clear --force
and then:
npm cache verify