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

Unsupported engine warning, even when node + npm versions meet requirement #163

Open
chuank opened this issue May 30, 2023 · 1 comment
Open

Comments

@chuank
Copy link

chuank commented May 30, 2023

Installing this via npm returns the following Unsupported engine warning:

image

It also appears that the package needs to have some of its dependencies updated (as per screenshot, for formidable, superagent and core-js.

@chuank
Copy link
Author

chuank commented Aug 25, 2023

Digging a bit deeper, it appears that the superagent dependency can be trivially upgraded to ^7.0.2.
This will also resolve the formidable dependency in superagent.

The more challenging dependency is [email protected], which still relies on [email protected]. There are quite a few Babel 6 devDependencies being used which I presume will take a while to upgrade to Babel 7?

Edit: also, if the npm engine version is updated to support 9.x, that will be great.

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

1 participant