-
Notifications
You must be signed in to change notification settings - Fork 119
Closed
Description
Problem
As of the 7.6.3 release my build stopped working
Issue
As of 7.6.3 when building my project npm now gives this error
npm ERR! notsup Required: {"node":"^20.11.0 || >=21.2.0"}
npm ERR! notsup Actual: {"npm":"10.5.0","node":"v18.20.1"}
The change was introduced in #1336.
"engines": {
"node": "^20.11.0 || >=21.2.0"
},
Not sure what the solution is but I feel like this was not expected. Not sure if the solution is to bump the minor version and delete the 7.6.3 release.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels