npm install gives unauthorized name or password is incorrect error

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

     1.>Go to your this location
    
        C:\Users\{your user name or ID}
    
     2.> open .npmrc & Remove all content from .npmrc file.
    
     3.>reopen your new command prompt
    
     4.>again run the code , will work.
    

提交回复
热议问题