Skip to content

Commit

Permalink
fix for npm@6.13.4 npm/cli#611
Browse files Browse the repository at this point in the history
  • Loading branch information
andreineculau committed Dec 18, 2019
1 parent 6bb0ac6 commit 0ac9974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/brew-install-node.inc.sh
Expand Up @@ -49,7 +49,7 @@ unset BREW_FORMULAE

# allow npm upgrade to fail on WSL; fails with EACCESS
IS_WSL=$([[ -e /proc/version ]] && cat /proc/version | grep -q -e "Microsoft" && echo true || echo false)
npm install --global npm@6 || ${IS_WSL}
npm install --global --force npm@6 || ${IS_WSL}
npm install --global json@9

echo_done
Expand Down

0 comments on commit 0ac9974

Please sign in to comment.