We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2de54b commit 325e599Copy full SHA for 325e599
tasks/e2e-behavior.sh
@@ -63,7 +63,7 @@ root_path=$PWD
63
64
if hash npm 2>/dev/null
65
then
66
- npm i -g npm@latest
+ npm i -g --force npm@latest
67
fi
68
69
# Bootstrap monorepo
0 commit comments