Home

❯

Notes

❯

How to set node version in package.json files.

How to set node version in package.json files.

You can make sure people run the right version of node by adding this to your package.json.

{
  "engines": {
    "node": ">=16.0.0 <17.0.0"
  }
}

https://stackoverflow.com/questions/29349684/how-can-i-specify-the-required-node-js-version-in-package-json


  • node

Links

  • main site
  • X
  • LinkedIn
  • GitHub

Created with Quartz v4.5.2

© 2025 jessy.co