How to npm install & ng build. I mean what else are you going to do with that time?
`google-chrome https://www.google.com/search?q=speed+up+npm+install && npm install`
`google-chrome https://www.google.com/search?q=speed+up+ng+build && ng build`
How to npm install & ng build. I mean what else are you going to do with that time?
`google-chrome https://www.google.com/search?q=speed+up+npm+install && npm install`
`google-chrome https://www.google.com/search?q=speed+up+ng+build && ng build`
Why is the user experience for #npm and #pip so awful when you have to deal with private repos?
Both tools like to make it impossible to install anything when a credential expires/repo is unreachable and you get useless error messages and have to spend hours googling/ asking 6 people before you find which config file (local? global? other?) has the ref to the private repos
https://www.hanselman.com/blog/everythings-broken-and-nobodys-upset
#npm install
npm install --force
npm install --no-autonomy
npm install --brutal
npm install --dammit
npm install --please-I-am-begging
npm install --I-will-integrate-AI-into-your-code-and-you-will-experience-anguish-if-you-do-not-install
Working thru the 6 stages of dealing with #@$% private #CodeArtifact #npm repository authentication -- currently at 5, sobbing and crying.
well of course, what else could it be
```
npm config set //blah.amazonaws.com/npm/ecs-components/:_authToken="$CODEARTIFACT_AUTH_TOKEN"
```