npm ERR! Refusing to delete / code EEXIST

前端 未结 12 1020
暖寄归人
暖寄归人 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 12:05

    Try running npm update -g npm then run npm i again.
    If that doesn't work maybe npm cache clean helps.

    If that doesn't work either you should consider removing the node_modules folder in your application and running npm i again.
    If you still have no luck, I suggest removing the package-lock.json and the node_modules folder before running npm i.

提交回复
热议问题