Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update e2e-kitchensink.sh
  • Loading branch information
viankakrisna authored Sep 7, 2017
commit be460db8a10701a9bfb081229ba5b6b57bf54bc1
4 changes: 2 additions & 2 deletions tasks/e2e-kitchensink.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ fi

if hash npm 2>/dev/null
then
# npm 5.0-5.3 is too buggy
# npm 5.0-5.4.0 is too buggy
if [ $(npm -v | head -c 1) -eq 5 ]; then
npm i -g npm@^5.4.0
npm i -g npm@^5.4.1
fi;
npm cache clean --force || npm cache verify
fi
Expand Down