Install Bower and Grunt-CLI when version missing, and after it's installed.

This commit is contained in:
Filip Dimovski 2017-04-26 15:03:20 +00:00
parent 87583c2f96
commit 8d0e5e7440

1
nvm.sh
View File

@ -2685,6 +2685,7 @@ nvm() {
# Install version if not available
if ! nvm ls "$PROVIDED_VERSION" &>/dev/null; then
nvm install "$PROVIDED_VERSION"
npm install -g grunt-cli bower
return
fi