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: '[email protected]', npm WARN EBADENGINE required: { node: '0.10' }, npm WARN EBADENGINE current: { node: 'v18.16.0', npm: '9.5.1' } npm WARN EBADENGINE }
The text was updated successfully, but these errors were encountered:
fix mdevils/puml-link#1
workaround:
index 16942cb..208d431 100644 --- a/package.json +++ b/package.json @@ -51,6 +51,9 @@ "through2-filter": "^2.0.0", "ym": "^0.1.2" }, + "overrides": { + "puml-link": "github:ilyar/puml-link#fix-version-engines" + }, "scripts": { "test": "enb make && enb make clean && gulp", "start": "enb server",
Sorry, something went wrong.
No branches or pull requests
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: '[email protected]',
npm WARN EBADENGINE required: { node: '0.10' },
npm WARN EBADENGINE current: { node: 'v18.16.0', npm: '9.5.1' }
npm WARN EBADENGINE }
The text was updated successfully, but these errors were encountered: