Skip to content

Instantly share code, notes, and snippets.

@wayanjimmy
Last active August 29, 2015 14:20
Show Gist options
  • Save wayanjimmy/a8ccbcdbb7ffada54475 to your computer and use it in GitHub Desktop.
Save wayanjimmy/a8ccbcdbb7ffada54475 to your computer and use it in GitHub Desktop.
# Ubuntu 15.04
# I'm using Zsh shell
# Node JS
sudo apt-get install python-software-properties
sudo apt-get install nodejs
sudo apt-get install npm
# Fix nodeJS
echo prefix = ~/.node >> ~/.npmrc
echo 'export PATH=$HOME/.node/bin:$PATH' >> ~/.zshrc
echo "export NODE_PATH=$NODE_PATH:$HOME/.node/lib/node_modules" >> ~/.zshrc
. ~/.zshrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment