project-stub icon indicating copy to clipboard operation
project-stub copied to clipboard

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

Open sambello247 opened this issue 2 years ago • 1 comments

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 }

sambello247 avatar Sep 14 '23 21:09 sambello247

fix https://github.com/mdevils/puml-link/pull/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",

ilyar avatar Sep 16 '23 04:09 ilyar