So I uninstalled the newer version of node that I had on my machine(v8.11.3
) and then installed the earlier version v6.11.0
(because my project needs earlier version to do a grunt build). Now when I try to do npm install
to restore the packages for my project it gives the following error.
Due to a recent security incident, all user tokens have been invalidated. Please see https://status.npmjs.org/incidents/dn7c1fgrr7ng for more details. To generate a new token, visit https://www.npmjs.com/settings/~/tokens or run
npm login
.
I tried doing a npm login
to generate the token (token generation was successful) but throws same error when I try doing npm install
the next time.