When I try to install tap using
npm install tap
I get the following error:
npm ERR! Error: unauthorized Name or password is inc
If you have changed your system LAN password, run npm login and provide your new password.
npm login
Once the login is successful, you will not get error while doing npm install.
npm install