npmrc
Posts
Links
Securely using .npmrc files in Docker images – Alexandra Ulsh
On February 24th, 2019 I published a follow-up post about using Docker build secrets instead of multi-stage builds. I recommend reading that post after this one!
09-09-2019Set up your client's npmrc | Microsoft Docs
All Azure Artifacts feeds require authentication, so you'll need to store credentials for the feed before you can install or publish packages. npm uses .npmrc configuration files to store feed URLs and credentials.
09-09-2019node.js - How to set env var for .npmrc use - Stack Overflow
62I need a module in my project to download a private npm package. To accomplish this, I am using a .npmrc file to supply a read-only token needed to download the package. To keep the token supplied by npm out of the file, I wish to add it as an environment variable and let it expand in the file. E.g:
09-09-2019
