-
Notifications
You must be signed in to change notification settings - Fork 487
Open
Description
ISSUE
The node version in .nvmrc
does not work on Mac OS. Error ( package got@12.1.0 requires node >= 14.16.0) is thrown while trying to install packages with yarn
.
SOLUTION
I would suggest updating the node version in .nvmrc
to v16.15.1.
Full cli trace:
ens-contracts β€ yarn install
yarn install v1.22.19
warning ../../../../../package.json: No license field
[1/4] π Resolving packages...
warning Resolution field "js-sha3@0.8.0" is incompatible with requested version "js-sha3@^0.5.7"
warning Resolution field "js-sha3@0.8.0" is incompatible with requested version "js-sha3@^0.5.7"
warning Resolution field "js-sha3@0.8.0" is incompatible with requested version "js-sha3@0.5.7"
warning Resolution field "js-sha3@0.8.0" is incompatible with requested version "js-sha3@0.5.5"
warning Resolution field "js-sha3@0.8.0" is incompatible with requested version "js-sha3@^0.5.7"
warning Resolution field "js-sha3@0.8.0" is incompatible with requested version "js-sha3@^0.5.7"
[2/4] π Fetching packages...
error got@12.1.0: The engine "node" is incompatible with this module. Expected version ">=14.16". Got "14.15.0"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
Metadata
Metadata
Assignees
Labels
No labels