mirror of
				https://github.com/nvm-sh/nvm.git
				synced 2025-11-01 02:35:51 +08:00 
			
		
		
		
	[Tests] jspm v2 beta started breaking tests; pin to < v2
				
					
				
			This commit is contained in:
		| @@ -19,7 +19,7 @@ nvm ls | grep "$NVM_TEST_VERSION" || die "Failed to install node" | |||||||
|  |  | ||||||
| # Install global module as root | # Install global module as root | ||||||
| npm_path=$(which npm) | npm_path=$(which npm) | ||||||
| sudo -n "$npm_path" install jspm -g || die 'either sudo failed, or `npm install jspm -g` failed`' | 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 | # Switch to another version so we can uninstall | ||||||
| nvm use 0.12.7 | nvm use 0.12.7 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user