Skip to content

Instantly share code, notes, and snippets.

_-----_
| |
|--(o)--| .--------------------------.
`---------´ | Welcome to Yeoman, |
( _´U`_ ) | ladies and gentlemen! |
/___A___\ '__________________________'
| ~ |
__'.___.'__
´ ` |° ´ Y `
create app/fonts/glyphicons-halflings-regular.eot
create app/fonts/glyphicons-halflings-regular.ttf
create app/fonts/glyphicons-halflings-regular.svg
create app/fonts/glyphicons-halflings-regular.woff
create app/styles/main.css
create app/index.html
create bower.json
create package.json
create Gruntfile.js
create app/images/yeoman.png
0 info it worked if it ends with ok
1 verbose cli [ 'node',
1 verbose cli '/usr/local/bin/npm',
1 verbose cli 'install',
1 verbose cli 'grunt-karma',
1 verbose cli 'karma-ng-html2js-preprocessor',
1 verbose cli 'karma-ng-scenario',
1 verbose cli '--save-dev' ]
2 info using npm@1.4.2
3 info using node@v0.10.25
echo 'export PATH=$HOME/local/bin:$PATH' >> ~/.bashrc
. ~/.bashrc
mkdir ~/local
mkdir ~/node-latest-install
cd ~/node-latest-install
curl http://nodejs.org/dist/node-latest.tar.gz | tar xz --strip-components=1
./configure --prefix=~/local
make install # this steps takes many minutes
# curl https://npmjs.org/install.sh | sh
# use this below instead to avoid install.sh newline error
echo 'export PATH=$HOME/local/bin:$PATH' >> ~/.bashrc
. ~/.bashrc
mkdir ~/local
mkdir ~/node-latest-install
cd ~/node-latest-install
curl http://nodejs.org/dist/node-latest.tar.gz | tar xz --strip-components=1
./configure --prefix=~/local
make install # ok, fine, this step probably takes more than 30 seconds...
curl https://npmjs.org/install.sh | sh