Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

Any chances to support node 14? #160

Open
Loremaster opened this issue Mar 16, 2022 · 1 comment
Open

Any chances to support node 14? #160

Loremaster opened this issue Mar 16, 2022 · 1 comment

Comments

@Loremaster
Copy link

Loremaster commented Mar 16, 2022

Request / Idea

I currently have a project with running in old node version (14) and would love to use this package there.

When I currently install it I receive an error:

error [email protected]: The engine "node" is incompatible with this module. Expected version ">= 16.9.0". Got "14.19.0"

Is it possible to support node 14 somehow?

@Shinigami92
Copy link
Owner

This should not be an error but only a warning for devs working on the project 🤔

"node": ">= 16.9.0",

I also do not have set engineStrict

Unless the user has set the engine-strict config flag, this field is advisory only and will only produce warnings when your package is installed as a dependency.

So everything should work fine.

Last time I checked, node 16.9 is the lowest version that support corepack, that is the reason why I limited the version.
But seems that they back-ported it also now to 14.19 👀
So feel free to open a PR and lower it to that version 🙂

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

No branches or pull requests

2 participants