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

feat(deps): require Node.js 14.17.0 as a minimum #1260

Merged
merged 1 commit into from
May 10, 2022

Conversation

ybiquitous
Copy link
Owner

$ npm ci
npm does not support Node.js v14.14.0
You should probably upgrade to a newer version of node as we
can't make any promises that npm will work with this version.
You can find the latest version at https://nodejs.org/
npm ERR! code EBADENGINE
npm ERR! engine Unsupported engine
npm ERR! engine Not compatible with your version of node/npm: @eslint/eslintrc@1.2.3
npm ERR! notsup Not compatible with your version of node/npm: @eslint/eslintrc@1.2.3
npm ERR! notsup Required: {"node":"^12.22.0 || ^14.17.0 || >=16.0.0"}
npm ERR! notsup Actual:   {"npm":"8.9.0","node":"v14.14.0"}

https://nodejs.org/en/blog/release/v14.17.0/

```console
$ npm ci
npm does not support Node.js v14.14.0
You should probably upgrade to a newer version of node as we
can't make any promises that npm will work with this version.
You can find the latest version at https://nodejs.org/
npm ERR! code EBADENGINE
npm ERR! engine Unsupported engine
npm ERR! engine Not compatible with your version of node/npm: @eslint/eslintrc@1.2.3
npm ERR! notsup Not compatible with your version of node/npm: @eslint/eslintrc@1.2.3
npm ERR! notsup Required: {"node":"^12.22.0 || ^14.17.0 || >=16.0.0"}
npm ERR! notsup Actual:   {"npm":"8.9.0","node":"v14.14.0"}
```

https://nodejs.org/en/blog/release/v14.17.0/
@ybiquitous ybiquitous merged commit 6ddb17b into main May 10, 2022
@ybiquitous ybiquitous deleted the require-node-v14-min branch May 10, 2022 14:58
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

Successfully merging this pull request may close these issues.

None yet

1 participant