stealjs / steal-tools

Build easy. Load fast.
https://stealjs.com/docs/steal-tools.html
MIT License
66 stars 23 forks source link

Engines field not compatible with Node 12 #1151

Closed piraz closed 4 years ago

piraz commented 4 years ago

Steal tools breaking yarn with error:

error steal-tools@2.2.2: The engine "node" is incompatible with this module. Expected version "4.x - 10.x". Got "12.13.1" error Found incompatible module.

Due to engines defined in package.json:

  "engines": {
    "node": "8.x - 10.x"
  },