|
@@ -6,8 +6,8 @@ export NVM_HOME=${IROOT}/nvm
|
|
# Used to avoid nvm's return 2 error.
|
|
# Used to avoid nvm's return 2 error.
|
|
# Sourcing this functions if 0 is returned.
|
|
# Sourcing this functions if 0 is returned.
|
|
source $NVM_HOME/nvm.sh || 0
|
|
source $NVM_HOME/nvm.sh || 0
|
|
-nvm install 0.10.8
|
|
|
|
-nvm use 0.10.8
|
|
|
|
|
|
+nvm install 0.12.2
|
|
|
|
+nvm use 0.12.2
|
|
|
|
|
|
# update npm before app init
|
|
# update npm before app init
|
|
npm install -g npm
|
|
npm install -g npm
|