Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

315
Views
package.json engines field with tilde followed by greater than sign (~>)

If a package.json file has an engines field like this:

    "engines" : {
      "node" : "~>12"
    },

What does the ~> mean?

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

engines Sets which versions of Node.js and other commands this package/app work on

example:

"engines": {
    "node": ">= 6.0.0",
    "npm": ">= 3.0.0",
    "yarn": "^0.13.0"
}

So if you see ~>12.0.1 it means to install version 12.0.1 or the latest patch version such as 12.0.4

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!