How to specify the required Node.js and npm version in package.json?
In this tutorial we will learn how to lock the required Nodejs and npm version or rather specify the Nodejs and npm version so everyone working on project uses same version to avoid any kind issues due to version mismatch. Using package.json engine property By default Nodejs’s package.json provides engine property to define supported version … Read more