ignore initial nvm problems
This commit is contained in:
parent
a273c90c07
commit
3ec7b33160
1 changed files with 4 additions and 0 deletions
|
@ -73,7 +73,11 @@ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | b
|
|||
echo "sourcing env"
|
||||
source ~/.setenv
|
||||
|
||||
echo "using NVM"
|
||||
set +e
|
||||
\. "$NVM_DIR/nvm.sh"
|
||||
set -e
|
||||
nvm install node
|
||||
nvm use node
|
||||
|
||||
# tools
|
||||
|
|
Loading…
Reference in a new issue