node.js npm cli
Configuring npm for fun and profit
Posted on .As it occurred to me that some people don't quite realise how they can tame their npm to behave like a good UNIX citizen. What do I mean? Well let's look at my ~/.npmrc configuration: ~/.npmrc is loaded and interpreted every single time you run an npm command.…