Skip to content
This repository was archived by the owner on Jan 15, 2024. It is now read-only.

Commit 4e22c33

Browse files
Andrew Lucaandyecrow
Andrew Luca
authored andcommittedMar 31, 2020
fix(test): force install npm in e2e-behaviour (facebook#8402)
This will fix e2e-behaviour on macos Related: npm/cli#611 (comment)
1 parent 40e236c commit 4e22c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tasks/e2e-behavior.sh

+1-1
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)