Skip to content

Commit

Permalink
fix NVM
Browse files Browse the repository at this point in the history
  • Loading branch information
rnegron committed Mar 21, 2020
1 parent 69de298 commit f382f6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.2/install.sh | zsh

# Install latest release of node
echo "==> Installing latest node LTS via nvm..."
[ -s "$HOME/.nvm/nvm.sh" ] && . "$HOME/.nvm/nvm.sh"
nvm install --lts

echo "==> Installing yarn..."
Expand Down

0 comments on commit f382f6c

Please sign in to comment.