Browse Source

fix node installation

refactor/nvim-lua
garritfra 6 years ago
parent
commit
be820deb68
  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 /n/bin/n
sudo $HOME/n/bin/n
echo "🎉installation complete🎉"
echo "❗reload bash for the changes to take effect❗"

Loading…
Cancel
Save