npm ERR! Refusing to delete / code EEXIST

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

    I the same error but when I was trying to update module "cordova" to version 9. I fixed it by forcing the install with --force. The npm command I used:

    npm i -g --force cordova@9 
    

提交回复
热议问题