project-stub
project-stub copied to clipboard
Can't install package on node: 'v18.16.0'
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 }
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",