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

node v15 support #38

Closed
samuela opened this issue Oct 21, 2021 · 1 comment
Closed

node v15 support #38

samuela opened this issue Oct 21, 2021 · 1 comment

Comments

@samuela
Copy link

samuela commented Oct 21, 2021

I'm getting some warnings when installing tempy via npm:

❯ npm i tempy
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: 'tempy@2.0.0',
npm WARN EBADENGINE   required: { node: '^12.20.0 || ^14.13.1 || >=16.0.0' },
npm WARN EBADENGINE   current: { node: 'v15.14.0', npm: '7.7.6' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: 'is-stream@3.0.0',
npm WARN EBADENGINE   required: { node: '^12.20.0 || ^14.13.1 || >=16.0.0' },
npm WARN EBADENGINE   current: { node: 'v15.14.0', npm: '7.7.6' }
npm WARN EBADENGINE }

which seems to be caused by https://github.com/sindresorhus/tempy/blob/main/package.json#L16.

Is there a reason that node v15 is not listed as being supported? It is still widely used, eg. by VSCode.

@sindresorhus
Copy link
Owner

Node.js 15 is no longer supported by the Node.js team and it makes no sense for package authors to support it either. It's not an LTS release.

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