Skip to content

Commit 325e599

Browse files
author
Andrew Luca
authored
fix(test): force install npm in e2e-behaviour (#8402)
This will fix e2e-behaviour on macos Related: npm/cli#611 (comment)
1 parent d2de54b commit 325e599

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)