We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 878d248 commit 253e32cCopy full SHA for 253e32c
test/regression_tests.sh
@@ -48,7 +48,9 @@ install_torchserve_from_source() {
48
sudo apt-get -y install nodejs-dev node-gyp libssl1.0-dev
49
sudo apt-get -y install npm
50
sudo npm install -g n
51
- sudo n latest
+ # newman installation fails with latest version of node js
52
+ # ref : https://github.com/npm/cli/issues/2000
53
+ sudo n 14.13.1
54
export PATH="$PATH"
55
sudo npm install -g newman newman-reporter-html
56
0 commit comments