I\'m just new to node and npm and this is frustrating.
Well it\'s almost all said in the title. On a Windows 10 x64 using a NON elevated prompt, all npm commands sho
I had similar issue, solved it by removing .npmrc file, located at c:\Users\\ location.
.npmrc
c:\Users\\
I believe it was caused by running earlier npm config set in wrong location.
npm config set
Kudos to this comments thread.