notes.jessy.co

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
Properties1
tagsnode

Created with Quartz v5.0.0 © 2026

  • main site
  • X
  • LinkedIn
  • GitHub