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

Correct engines settings in package json #88

Open
LoomingEcho opened this issue May 14, 2024 · 0 comments
Open

Correct engines settings in package json #88

LoomingEcho opened this issue May 14, 2024 · 0 comments

Comments

@LoomingEcho
Copy link
Contributor

npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@eds/[email protected]',
npm WARN EBADENGINE   required: { node: '>=18', npm: '>10.2' },
npm WARN EBADENGINE   current: { node: 'v18.19.0', npm: '10.2.3' }
npm WARN EBADENGINE }

Unsere jetzigen engine settings
"engines": {
"node": ">=18",
"npm": ">10.2"
}

Da wir auch v18.19.0 laut .nvmrc nutzen sollte der error eigentlich nicht auftauchen.

Aber durch eine genauere versions spanne erscheint kein warning mehr
"engines": {
"node": ">=18 <19",
"npm": ">=10.2 <11"
}

Eventuell müssen wir das anpassen

@LoomingEcho LoomingEcho converted this from a draft issue May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Ready
Development

No branches or pull requests

1 participant