This project is just for people that want to launch a stable product with current versions of n and doesnt want to fight vs future version problems everytime you do a npm install
npm install -g fix-package-versions
npm install --save-dev fix-package-versions
If you just type this in terminal, it will question 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