NPM Commands
Command | Reference |
---|---|
npm install 'packages@version' | # update to latest but based on ~, ^, |
npm update 'packages' | Updates work even on sub-project like jose in firebase-admin |
npm audit fix | Fix security issues |
npm ls 'package' | List installed package and dependencies |