Created
January 1, 2016 14:55
-
-
Save luckylooke/e1f8db2894a8d0dbc8c4 to your computer and use it in GitHub Desktop.
Revisions
-
luckylooke created this gist
Jan 1, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ // 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