From 8c8e2be40dde96d214944a451cd137af677e8000 Mon Sep 17 00:00:00 2001 From: harshbafna Date: Wed, 28 Oct 2020 14:35:43 +0530 Subject: [PATCH] freeze node version to 14.13.1 --- test/regression_tests.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/regression_tests.sh b/test/regression_tests.sh index 9f4da49391..c8509f189c 100755 --- a/test/regression_tests.sh +++ b/test/regression_tests.sh @@ -48,7 +48,9 @@ install_torchserve_from_source() { sudo apt-get -y install nodejs-dev node-gyp libssl1.0-dev sudo apt-get -y install npm sudo npm install -g n - sudo n latest + # newman installation fails with latest version of node js + # ref : https://github.com/npm/cli/issues/2000 + sudo n 14.13.1 export PATH="$PATH" sudo npm install -g newman newman-reporter-html