npm install gives unauthorized name or password is incorrect error

前端 未结 10 888
北荒
北荒 2021-02-01 14:35

When I try to install tap using

npm install tap

I get the following error:

npm ERR! Error: unauthorized Name or password is inc         


        
10条回答
  •  眼角桃花
    2021-02-01 15:04

    Found the answer.

    Remove .npmrc from my home directory and it works!

    Thanks to mcollina https://github.com/mcollina at https://github.com/isaacs/npm/issues/2778

提交回复
热议问题