We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02084bc commit 89f75caCopy full SHA for 89f75ca
package.json
@@ -5,7 +5,7 @@
5
"author": "The Alpheios Project, Ltd.",
6
"license": "ISC",
7
"scripts": {
8
- "set-node-build-deps": "npm i -D git://github.com/alpheios-project/node-build.git#v3 && npx install-peerdeps alpheios-node-build --dev --only-peers && npm un alpheios-node-build",
+ "set-node-build-deps": "npm i -D git://github.com/alpheios-project/node-build.git#v3 && npx install-peerdeps@v2.0.2 alpheios-node-build --dev --only-peers && npm un alpheios-node-build",
9
"bootstrap": "npx lerna bootstrap --hoist --nohoist=eslint-config-standard --nohoist=coveralls",
10
"clean": "npx lerna clean --yes && npx shx rm -rf ./node_modules",
11
"list-mismatching-deps": "npx syncpack list-mismatches; exit(0)",
0 commit comments