Sign in
cobalt
/
third_party
/
nvm
/
af8038ffecaf1f21315fa1e588126ec5d205e056
/
.
/
test
/
slow
/
nvm run
/
Running "nvm run 0.x" should work
blob: d537d4a1d608d41ac48c9521472f6140eec235ab [
file
] [
log
] [
blame
]
#!/bin/sh
die
()
{
echo
"$@"
;
exit
1
;
}
\.
../../../
nvm
.
sh
[
"$(nvm run 0.10.7 --version | tail -1)"
=
"v0.10.7"
]
||
die
"\`nvm run\` failed to run with the correct version"