Browse Source

final fix to node installation.

refactor/nvim-lua
garritfra 6 years ago
parent
commit
2108e4d623
  1. 2
      install.sh

2
install.sh

@ -13,7 +13,7 @@ echo "✨creating dev workspace✨"
echo "✨installing latest node & npm✨"
curl -L https://git.io/n-install | bash
sudo $HOME/n/bin/n
sudo $HOME/n/bin/n stable
echo "🎉installation complete🎉"
echo "❗reload bash for the changes to take effect❗"

Loading…
Cancel
Save