dimanche 27 septembre 2015

Access Private NPM modules on AWS Node Container

On my local machine I have a .npmrc file which contains the appropriate credentials token to access my private modules. When I deploy an application via EBS to a Node container it, of course, does not have access to that file and fails to find the private modules.

I tried just including the .npmrc file into the application bundle but that didn't work.

Can anyone guide me into how to set this up?




Aucun commentaire:

Enregistrer un commentaire