Difference between revisions of "SUNScholar/XMLUI Theme/M2"
Jump to navigation
Jump to search
m (→Procedure) |
m (→Procedure) |
||
| Line 8: | Line 8: | ||
#Open a terminal and type: <tt>'''nvm alias default 0.10.17'''</tt> | #Open a terminal and type: <tt>'''nvm alias default 0.10.17'''</tt> | ||
#Open a terminal and type: <tt>'''npm install -g bower'''</tt> | #Open a terminal and type: <tt>'''npm install -g bower'''</tt> | ||
| + | #Open a terminal and type: <tt>'''npm install -g grunt'''</tt> | ||
#Open a terminal and type: <tt>'''npm install -g grunt-cli'''</tt> | #Open a terminal and type: <tt>'''npm install -g grunt-cli'''</tt> | ||
Revision as of 04:05, 28 August 2014
Back to XMLUI Theme
Procedure
- Install "node.js" software: https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager
- Install node version manager (nvm): https://github.com/creationix/nvm
- Open a terminal and type: nvm install 0.10.17
- Open a terminal and type: nvm alias default 0.10.17
- Open a terminal and type: npm install -g bower
- Open a terminal and type: npm install -g grunt
- Open a terminal and type: npm install -g grunt-cli