I am using .nvmrc
file to lock in my Node version for my project. Is there a way to lock in my NPM version as well? I want to make sure that anyone that runs my project is on the same setup.
Yes. You can use the engines property in your package.json
to specify an exact NPM version (or version range) for running your project.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With