Some tips on upgrading packages for your Node.js project
Lets face it. Every node.js developer (including me) has encountered this problem. You’re in the middle of coding your project at work or your side project, then you thought of upgrading your npm packages. So you type npm install or yarn install. Boom! Updating 123843 packages. Lucky if you haven’t encountered any errors while updating, and if your project still …