node.js - npm install error web project -
when try install npm modules see following problem:
ps c:\users\maxzag\desktop\svoi> npm install npm err! cannot read property '0' of undefined npm err! complete log of run can found in: npm err! c:\users\maxzag\appdata\roaming\npm-cache\_logs\2017-08-15t11_25_41_473z-debug.log
can come across problem , can advise?
this might issue: https://github.com/npm/npm/issues/17858
try removing node_modules
, running npm install
again.
Comments
Post a Comment