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

Can't install package on node: 'v18.16.0' #296

Open
sambello247 opened this issue Sep 14, 2023 · 1 comment
Open

Can't install package on node: 'v18.16.0' #296

sambello247 opened this issue Sep 14, 2023 · 1 comment

Comments

@sambello247
Copy link

npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: 'puml-link@0.0.1',
npm WARN EBADENGINE required: { node: '0.10' },
npm WARN EBADENGINE current: { node: 'v18.16.0', npm: '9.5.1' }
npm WARN EBADENGINE }

@ilyar
Copy link
Contributor

ilyar commented Sep 16, 2023

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",

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

2 participants