npm ERR! Refusing to delete / code EEXIST

前端 未结 12 1040
暖寄归人
暖寄归人 2020-12-24 11:17

I\'m just running a simple npm install and i get this error.

npm ERR! path /Users/jasonazoulay/Desktop/fabrick.io/delegation/node_modules/@angul         


        
12条回答
  •  被撕碎了的回忆
    2020-12-24 11:51

    I had the same problem and it turned out the problem was that a stray instance of npm was running somewhere in the background at the same time I was trying to do the install (it was Webpack's npm run serve, to be precise).

    Stopping the running instance resolved the problem.

提交回复
热议问题