EDIT: WORKAROUND IS TO INSTALL VERSION 10.0.3 npm install [email protected] -g
Problem occured when: npm install standard -g
Output:
C:\Users\Kevzdev\AppData\Roaming\npm\standard -> C:\Users\Kevzdev\AppData\Roaming\npm\node_modules\standard\bin\cmd.js
npm WARN [email protected] requires a peer of ajv@^6.0.0 but none is installed. You must install peer dependencies yourself.
+ [email protected]
added 224 packages in 4.381s
C:\Users\Kevzdev\Desktop\jsfolder>
node -v = v9.5.0
npm -v = 5.6.0
Windows 10 Pro x64 v1709
It breaks NPM! When running npm list -g --depth=0 output:
C:\Users\Kevzdev\AppData\Roaming\npm
`-- [email protected]
npm ERR! peer dep missing: ajv@^6.0.0, required by [email protected]
EDIT: WORKAROUND IS TO INSTALL VERSION 10.0.3
npm install [email protected] -gProblem occured when:
npm install standard -gOutput:
node -v=v9.5.0npm -v=5.6.0Windows 10 Pro x64 v1709
It breaks NPM! When running
npm list -g --depth=0output: