This package fixes node dependencies versions so they don't get updated nex time you do npm install
- Add json validation with errors, warnings and recommendations about package.json
- Add tests for a consistent versioning
- Add rollup for a common.js library
- Refactor to a new class with more detailed properties and methods
npm install -g fix-package-versions
npm install --save-dev fix-package-versions
If you just type this in terminal, it will ask you if want to fix all dependencies and devDependencies of package.json
fix-package-versions
-f , --force
: Forces fix package versions without asking you in prompt