JuanSeBestia/react-native-wifi-reborn

npm ERR! engine Unsupported engine

Closed this issue · 2 comments

With upgrading to the latest 4.10.0 release (from 4.8.3) we are getting the following error:

Screenshot 2023-11-06 at 07 20 48

Our packages.json specifies:

  "engines": {
    "node": "18.x",
    "npm": "8.x || 9.x"
  },

This seems to originate from this commit.

I think this engines field should either be dropped from the package.json or use >=16.18.0 instead?
Same for npm probably?

/cc @eliaslecomte

Apparently there is an open MR already: #344

This can be closed.