Difference between revisions of "Yeoman"
From Wiki2
Line 1: | Line 1: | ||
curl and git already there | curl and git already there | ||
< | <pre> | ||
sudo apt-get update | sudo apt-get update | ||
Line 8: | Line 8: | ||
sudo apt-get update | sudo apt-get update | ||
sudo apt-get install nodejs npm | sudo apt-get install nodejs npm | ||
</ | </pre> |
Revision as of 21:30, 6 November 2013
curl and git already there
sudo apt-get update sudo apt-get install python-software-properties sudo add-apt-repository ppa:chris-lea/node.js sudo apt-get update sudo apt-get install nodejs npm