NPM Cannot read property '0' of undefined

前端 未结 11 777
你的背包
你的背包 2021-01-03 17:52

After updated Node (upto v8.6.0) and npm (upto v5.5.1) I cannot execute command npm install. After npm install I\'ve error message:

npm ERR! Can         


        
11条回答
  •  无人及你
    2021-01-03 18:43

    For me (npm@6.9.0) solved the issue by deleting node_modules and performing npm install, but without removing package.json.lock file.

提交回复
热议问题