You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npm ERR! code EBADENGINE
npm ERR! engine Unsupported engine
npm ERR! engine Not compatible with your version of node/npm: [email protected]
npm ERR! notsup Not compatible with your version of node/npm: [email protected]
npm ERR! notsup Required: {"node":">=18"}
npm ERR! notsup Actual: {"npm":"8.19.3","node":"v16.19.1"}
npm ERR! A complete log of this run can be found in:
npm ERR! /home/pedro/.npm/_logs/2023-04-20T20_04_38_734Z-debug-0.log
The text was updated successfully, but these errors were encountered:
aspeddro
changed the title
Add engine property to package.json
Add engine property in package.jsonApr 20, 2023
Some breaking changes in the
rescript
binary node may not be captured. We can add theengines
property withengine-strict
to catch errors on CI.The
format -check
command (#5760) introduced in v10.1.0 broke the requirements described in the documentation.Issue: rescript-lang/rescript-lang.org#675
Example:
package.json:
Run on CI (node v16):
The text was updated successfully, but these errors were encountered: