Skip to content

Commit c7e904a

Browse files
committed
add --ignore-engines
1 parent 1d05e4a commit c7e904a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"update:zip-fullnode": "cd vendor && npx rimraf files.zip && bestzip files.zip files/",
2525
"cleanbuild": "rm -rf node_modules && yarn && npm run dist",
2626
"build-doc": "cd docs && yarn && npm run build",
27-
"install-deps": "yarn && npm run update:node_modules",
27+
"install-deps": "yarn --ignore-engines && npm run update:node_modules",
2828
"ci": "npm run install-deps && npm run dist",
2929
"postinstall": "electron-builder install-app-deps",
3030
"test": "echo 'no test here yet'",

0 commit comments

Comments
 (0)