When I try to install tap using
npm install tap
I get the following error:
npm ERR! Error: unauthorized Name or password is inc
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