- Always use latest npm via
npm install -g npm@latest - Make distinction between dependencies and devDependencies
- Use reproducible builds via
npm ci(requires lockfiles on all projects) - Exclude devDependencies from production builds using
npm ci --production - Regularly review
npm auditreports and make production issues a release blocker
Created
November 29, 2018 12:00
-
-
Save matthewblewitt/95f467ce99498281c645bcceb83c7f00 to your computer and use it in GitHub Desktop.
npm checklist
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment