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

Update got Dependency to be Compatible with Current Node.js Versions #238

Open
CONSUMERTHOUGHTS opened this issue May 24, 2024 · 0 comments

Comments

@CONSUMERTHOUGHTS
Copy link

The current version of textract (2.5.0) depends on [email protected], which specifies an engine requirement for Node.js versions >=0.10.0 <7. This is not compatible with modern versions of Node.js (e.g., Node.js 18.20.0), resulting in warnings during dependency installation.

Steps to Reproduce:

Install textract with Node.js version 18.20.0.
Run npm install.
Observe the following warning:

`npm WARN EBADENGINE Unsupported engine {

package: '[email protected]',
required: { node: '>=0.10.0 <7' },
current: { node: 'v18.20.0', npm: '10.7.0' }
}
`

npm ls got:

[email protected] C:\Users\desig\OneDrive\Documents\GitHub\my-next-app2dg -- [email protected]
`-- [email protected]

`

Expected Behavior:

textract should depend on a version of got that is compatible with modern Node.js versions.

Environment:

Node.js version: 18.20.0
npm version: 10.7.0
textract version: 2.5.0

Suggested Solution:
Please update the got dependency to the latest version that is compatible with the current Node.js standards.

Thank you

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