Using .nvmrc to Specify Node Version

You can lock your application with a specific node.js version. This will help you to isolate the dependencies of of your node.js application. So you can quickly install required packages on any system. In this…