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