npm install gives unauthorized name or password is incorrect error

前端 未结 10 827
北荒
北荒 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:09

    I was also having this problem. Mine has arised because I have changed my password in npmjs.org. So, try Login in npm from terminal again with your new password and then install any module. It worked for me.

提交回复
热议问题