Skip to content

Commit ee9e565

Browse files
committed
[Tests] jspm v2 beta started breaking tests; pin to < v2
1 parent e7a5b79 commit ee9e565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/slow/nvm uninstall/Running "nvm uninstall" with incorrect file permissions fails nicely

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ nvm ls | grep "$NVM_TEST_VERSION" || die "Failed to install node"
1919

2020
# Install global module as root
2121
npm_path=$(which npm)
22-
sudo -n "$npm_path" install jspm -g || die 'either sudo failed, or `npm install jspm -g` failed`'
22+
sudo -n "$npm_path" install jspm@'<2' -g || die 'either sudo failed, or `npm install jspm -g` failed`'
2323

2424
# Switch to another version so we can uninstall
2525
nvm use 0.12.7

0 commit comments

Comments
 (0)