From 45aae8c9f5249384a59bbb86617855796bf8bd51 Mon Sep 17 00:00:00 2001 From: Andrew Luca Date: Fri, 31 Jan 2020 13:52:29 +0200 Subject: [PATCH] fix(test): force install npm in e2e-behaviour (#8402) This will fix e2e-behaviour on macos Related: https://github.com/npm/cli/issues/611#issuecomment-575287540 --- tasks/e2e-behavior.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/e2e-behavior.sh b/tasks/e2e-behavior.sh index 31ab9991..77862c8f 100755 --- a/tasks/e2e-behavior.sh +++ b/tasks/e2e-behavior.sh @@ -63,7 +63,7 @@ root_path=$PWD if hash npm 2>/dev/null then - npm i -g npm@latest + npm i -g --force npm@latest fi # Bootstrap monorepo