- TIL about the command `npm ci`. It is similar to `npm install`, except it’s meant for automated environments. It is a clean install that can be faster than normal because it skips user-oriented features. https://docs.npmjs.com/cli/ci.html 42 comments javascript
Linking pages
- Is this a dependency or devDependency? | With Blue Ink https://withblue.ink/2020/06/07/is-this-a-dependency-or-devdependency.html 49 comments
- ansible/CHANGELOG-v2.8.rst at stable-2.8 · ansible/ansible · GitHub https://github.com/ansible/ansible/blob/stable-2.8/changelogs/CHANGELOG-v2.8.rst 31 comments
- When Not to Use Lock Files with Node.js https://www.twilio.com/blog/lockfiles-nodejs 13 comments
- NPM CI: A Command You Should Know | by Florian Hämmerle | Medium https://medium.com/better-things-digital/npm-ci-a-command-you-should-know-d8d67847884c 0 comments
- GitHub - WeAreAthlon/frontend-webpack-boilerplate: Simple starter webpack 5 project template supporting SASS/PostCSS, Babel ES7, browser syncing, code linting. Easy project setup having multiple features and developer friendly tools. https://github.com/WeAreAthlon/frontend-webpack-boilerplate 0 comments
- Setting up blue-green deployment for your application in AWS ECS using Code Pipeline | by RC | Bits and Pieces https://blog.bitsrc.io/setting-up-blue-green-deployment-for-your-application-in-aws-ecs-using-code-pipeline-90a5a5551d93 0 comments
Would you like to stay up to date with Web Development? Checkout Web Development
Weekly.