sylvainpolletvillard / ObjectModel

Strong Dynamically Typed Object Modeling for JavaScript
http://objectmodel.js.org
MIT License
467 stars 30 forks source link

objectmodel@4.4.0: The engine "node" is incompatible with this module #158

Closed ghost closed 1 year ago

ghost commented 1 year ago

Hi @sylvainpolletvillard, The library crashes the whole installation using yarn on node version 16.

Is node 17 really a constraint for this library ?

Thank you :)

sylvainpolletvillard commented 1 year ago

No this looks like an oversight on my part, sorry. I will change that immediately.

ghost commented 1 year ago

ok thank you !

sylvainpolletvillard commented 1 year ago

Released in v4.4.1, new minimal versions:

"engines": {
    "npm": ">=6.14",
    "node": ">=13"
  },

I noticed some minor issues with the build tooling on older versions of Node, but this should not impact you.