Created
September 10, 2012 18:28
-
-
Save chrisjaure/3692748 to your computer and use it in GitHub Desktop.
Output from yeoman
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 characters
› curl -L get.yeoman.io | bash | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 | |
100 10835 100 10835 0 0 22599 0 --:--:-- --:--:-- --:--:-- 22599 | |
You are using apt-get. I'll assume you have Linux with that. | |
Installing on Linux. | |
.-:/+ossyhhhddddddddhhhysso+/:-. | |
./oymNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNmho/. | |
.yNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNh' | |
-NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN- | |
dNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNd | |
+NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN+ | |
.NNNNNNNNNNNNNNNNNNNdhyyyhmNNNNNNNNNNNNNNNNNN. | |
hNNNNNNNNNNNNNNNmssyhshshyoyNNNNNNNNNNNNNNNh | |
/NNNNNNNNNNNNNNd+ds++yhoooyy+NNNNNNNNNNNNNN/ | |
'NNNNNNNNNNNNNN/do+hsosoys/hssNNNNNNNNNNNNm' | |
hNNNNNNNNNNNNN:N//d:hmooh+sh+NNNNNNNNNNNNy | |
/No---------+Nosh+oyyssyo/d+hm:--------yN: | |
'Ny omssyy/ys/ssyohm: dm | |
-----dN-----------+mmyssyyssshmd/---------:Nh----- | |
'dmmmmNNNNNNNNNNNNNNNNNNNmmmNNNNNNNNNNNNNNNNNNmmmmh | |
/NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN: | |
'yhhhhdNNdddddddddmNNNdhhhhhhhhhhhhhhhhhhhhhhhhhs | |
:Nm'''.:oso+:/smd: '-/oso:.' | |
'NN' /dNNNNNmo':Nm' 'smNNNNNd: | |
hN/ .+hdmmho- hN: -sdmmdy/' | |
/Nh '.' hN/ '.' | |
mN- hN/.' | |
:Nd' ymdddy' | |
sNy' '-:::::.' | |
sNs' ':ohdmNNyNNmdyo:' | |
oNh--smNNNNNNd'dNNNNNNms- | |
:mNNNNNNNNNh. .dNNNNNNNNy. | |
:mNNNNNNNd/' '+dNNNNNNNm- | |
'ydmmmdmNms+:-..' -+ydmmmds' | |
./oyhmmms | |
Welcome to Yeoman! | |
We're going to check some dependencies and install them if they're not present | |
Stand by... | |
Please authorize the installer: | |
tar=/bin/tar | |
Good gracious! You've got this version of 'tar' installed: | |
tar (GNU tar) 1.26 | |
Copyright (C) 2011 Free Software Foundation, Inc. | |
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. | |
This is free software: you are free to change and redistribute it. | |
There is NO WARRANTY, to the extent permitted by law. | |
Written by John Gilmore and Jay Fenlason. | |
Ruby is installed. | |
Node.js is installed. | |
Installing dependencies for Linux. | |
Installing optipng libjpeg-turbo8 phantomjs | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
git-core is already the newest version. | |
optipng is already the newest version. | |
phantomjs is already the newest version. | |
libjpeg-turbo8 is already the newest version. | |
0 upgraded, 0 newly installed, 0 to remove and 9 not upgraded. | |
Compass is already installed, you may want to 'gem install compass -pre' for the latest goodness. | |
Now the dependencies are sorted let's grab the latest yeoman goodness | |
Alright buckaroo, hold on to your hats.. | |
We're about to install the yeoman CLI, which will in turn install quite a few node modules | |
We're going to move fast, but once we're done, | |
you'll have the power of a thousand developers at your blinking cursor. | |
Okay here we go... | |
You *may* be prompted now for your sudo password to kick off the npm install. Please hold. | |
sudo: npm: command not found | |
Yah Hoo! Yeoman global is in place. | |
My my, I hope you enjoyed that as much as I did. | |
Yeoman and all its dependencies are now installed! | |
Now that we've got our ducks in a row... | |
You should try starting a new project with yeoman. | |
... might I suggest: | |
mkdir myYeomanApp | |
cd myYeomanApp | |
yeoman init | |
See you on the other side! |
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 characters
# test.sh echoes $PATH | |
› ./test.sh | |
/home/chrisjaure/.nvm/v0.8.6/bin:/home/chrisjaure/bin/git-lava:/home/chrisjaure/bin:/home/chrisjaure/bin:/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games | |
› sudo ./test.sh | |
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment