Skip to content

Commit 94b343d

Browse files
Andrew Lucawombleton
Andrew Luca
authored andcommitted
fix(test): force install npm in e2e-behaviour (facebook#8402)
This will fix e2e-behaviour on macos Related: npm/cli#611 (comment)
1 parent 47a387d commit 94b343d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/e2e-behavior.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ root_path=$PWD
6363

6464
if hash npm 2>/dev/null
6565
then
66-
npm i -g npm@latest
66+
npm i -g --force npm@latest
6767
fi
6868

6969
# Bootstrap monorepo

0 commit comments

Comments
 (0)