We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: