How to Lock Your Project’s Node.js Version

It’s a good idea to ensure your project uses the same Node.js version in all environments. This way you can be sure that your code will work as expected, from development to production.
Adam Johnson
Home | Blog | Books | Projects | Colophon | Contact
(All tags.)
It’s a good idea to ensure your project uses the same Node.js version in all environments. This way you can be sure that your code will work as expected, from development to production.