developerasun / myCodeBox-web

Open source code box for web developers.
Apache License 2.0
5 stars 0 forks source link

Node js : .Nvmrc #235

Open developerasun opened 2 years ago

developerasun commented 2 years ago

research : understanding .nvmrc file for hashlips art engine

What is locking down a specific node version? This is the process of using a lockdown tool to isolate the dependencies of your node.js app’s specific version. Why is it important? Your project is totally locked down and is completely available offline. Thus it is much quicker to install.