Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to update node version in .nvmrc #279

Open
subashcs opened this issue Sep 29, 2023 · 1 comment
Open

Need to update node version in .nvmrc #279

subashcs opened this issue Sep 29, 2023 · 1 comment

Comments

@subashcs
Copy link

subashcs commented Sep 29, 2023

ISSUE
The node version in .nvmrc does not work on Mac OS. Error ( package [email protected] 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 "[email protected]" is incompatible with requested version "js-sha3@^0.5.7"
warning Resolution field "[email protected]" is incompatible with requested version "js-sha3@^0.5.7"
warning Resolution field "[email protected]" is incompatible with requested version "[email protected]"
warning Resolution field "[email protected]" is incompatible with requested version "[email protected]"
warning Resolution field "[email protected]" is incompatible with requested version "js-sha3@^0.5.7"
warning Resolution field "[email protected]" is incompatible with requested version "js-sha3@^0.5.7"
[2/4] 🚚  Fetching packages...
error [email protected]: 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.
@Mrt3383x38
Copy link

ISSUE
The node version in .nvmrc does not work on Mac OS. Error ( package [email protected] 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 "[email protected]" is incompatible with requested version "js-sha3@^0.5.7"
warning Resolution field "[email protected]" is incompatible with requested version "js-sha3@^0.5.7"
warning Resolution field "[email protected]" is incompatible with requested version "[email protected]"
warning Resolution field "[email protected]" is incompatible with requested version "[email protected]"
warning Resolution field "[email protected]" is incompatible with requested version "js-sha3@^0.5.7"
warning Resolution field "[email protected]" is incompatible with requested version "js-sha3@^0.5.7"
[2/4] 🚚  Fetching packages...
error [email protected]: 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants