Can't install package on node: 'v18.16.0'
Opened this issue · 1 comments
sambello247 commented
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 commented
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",