Recently at Chiedo Labs, we started working with private npm modules. Getting things working with our local development environments was trivial. But getting things working on Heroku was not, so here’s what we learned after a few Google searches. 1. Generating an Authentication Token First, we needed to generate an authentication token that Heroku could […]