[Tests] ensure node can be found by npm

This commit is contained in:
Jordan Harband 2024-11-23 10:12:26 -10:00
parent 42a5175402
commit 206302caad
No known key found for this signature in database
GPG Key ID: 9F6A681E35EF8B56

View File

@ -19,7 +19,7 @@ nvm ls | grep "$NVM_TEST_VERSION" || die "Failed to install node"
# Install global module as root
npm_path=$(which npm)
sudo -n "$npm_path" install jspm@'<2' -g || die 'either sudo failed, or `npm install jspm -g` failed`'
PATH="${PATH}" sudo -n "$npm_path" install jspm@'<2' -g || die 'either sudo failed, or `npm install jspm -g` failed`'
# Switch to another version so we can uninstall
nvm use 0.12.7