We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0f9be2 commit ba5637dCopy full SHA for ba5637d
scripts/ensure-compatible-npm.sh
@@ -5,6 +5,8 @@ set -o errexit
5
6
npm install semver
7
if node -e "process.exit(require('semver').lt(process.argv[1], '1.3.7') ? 0 : 1)" $(npm -v); then
8
+ # make sure dependencies install with provided npm version
9
+ npm install --production
10
npm install -g npm@2
11
npm install -g npm
12
fi
0 commit comments