I was updating NPM and I got the error below

0

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\KYZIT\AppData\Roaming\npm-cache\_logs\2019-07-24T17_01_55_420Z-debug.log
(((Ran in))) C:\Program Files\nodejs\node_modules\npm>

It was a fresh install so I'm not sure what the issue is I only ran:

cd C:\Program Files\nodejs\node_modules\npm>
npm install
npm i -g npm-check-updates
ncu -u
npm install

Babalon Cryptolog

Posted 2019-07-24T17:14:31.697

Reputation: 1

The content of the log file should be helpful. – davidbaumann – 2019-07-26T06:48:30.617

No answers