Fixing: unable to deploy to npm: 'you must be logged in'
Recently I created a small library with Angular which I wanted to publish to npm
(the node package manager). However, when I had everything in place from a build perspective using Travis CI in my GitHub repo, it was failing to publish the package with a 401
login error.
Feb 15, 2019
2 min