On npm install: Unhandled rejection Error: EACCES: permission denied

后端 未结 16 940
抹茶落季
抹茶落季 2020-12-02 03:51

I have managed to corrupt my npm install, and whenever I try to install packages using npm install, I receive error messages along these lines:

16条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-02 03:59

    If none of suggestions in answers worked out, try the following command: npm cache clear --force. It worked for me.

    I found it at https://github.com/vuejs/vue-cli/issues/1809.

提交回复
热议问题