secrets
Posts
Links
node.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
