Skip to content

Instantly share code, notes, and snippets.

@luckylooke
Created January 1, 2016 14:55
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luckylooke/e1f8db2894a8d0dbc8c4 to your computer and use it in GitHub Desktop.
Save luckylooke/e1f8db2894a8d0dbc8c4 to your computer and use it in GitHub Desktop.
Installing yeoman in cloud9 enviroment
// install latest stable node
nvm install stable
// install yoman
npm install -g yo
// yoman automaticly check enviroment via yoman doctor, copypaste sugested command into terminal
echo "export NODE_PATH=$NODE_PATH:/home/ubuntu/.nvm/versions/node/v5.3.0/lib/node_modules" >> ~/.bashrc && source ~/.bashrc
// you can check again that everything is OK now
yo doctor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment