Created
June 12, 2014 22:31
-
-
Save norrs/e92f24e82acd55ce0cbb to your computer and use it in GitHub Desktop.
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
[ -s "/home/rockj/.nvm/nvm.sh" ] && . "/home/rockj/.nvm/nvm.sh" # This loads nvm | |
rockj@pandora:~/dev/javascript$ [ -s "/home/rockj/.nvm/nvm.sh" ] && . "/home/rockj/.nvm/nvm.sh" | |
rockj@pandora:~/dev/javascript$ nvm uninstall 0.10 | |
Uninstalled node v0.10.29 | |
rockj@pandora:~/dev/javascript$ nvm install 0.10 | |
######################################################################## 100.0% | |
Now using node v0.10.29 | |
rockj@pandora:~/dev/javascript$ npm cache clean | |
rockj@pandora:~/dev/javascript$ mkdir experiments | |
rockj@pandora:~/dev/javascript$ cd experiments/ | |
rockj@pandora:~/dev/javascript/experiments$ npm | |
Usage: npm <command> | |
where <command> is one of: | |
add-user, adduser, apihelp, author, bin, bugs, c, cache, | |
completion, config, ddp, dedupe, deprecate, docs, edit, | |
explore, faq, find, find-dupes, get, help, help-search, | |
home, i, info, init, install, isntall, issues, la, link, | |
list, ll, ln, login, ls, outdated, owner, pack, prefix, | |
prune, publish, r, rb, rebuild, remove, repo, restart, rm, | |
root, run-script, s, se, search, set, show, shrinkwrap, | |
star, stars, start, stop, submodule, t, tag, test, tst, un, | |
uninstall, unlink, unpublish, unstar, up, update, v, | |
version, view, whoami | |
npm <cmd> -h quick help on <cmd> | |
npm -l display full usage info | |
npm faq commonly asked questions | |
npm help <term> search for help on <term> | |
npm help npm involved overview | |
Specify configs in the ini-formatted file: | |
/home/rockj/.npmrc | |
or on the command line via: npm <command> --key value | |
Config info can be viewed via: npm help config | |
[email protected] /home/rockj/.nvm/v0.10.29/lib/node_modules/npm | |
rockj@pandora:~/dev/javascript/experiments$ npm --version | |
1.4.14 | |
rockj@pandora:~/dev/javascript/experiments$ npm install -g yo | |
/home/rockj/.nvm/v0.10.29/bin/yo -> /home/rockj/.nvm/v0.10.29/lib/node_modules/yo/cli.js | |
> [email protected] postinstall /home/rockj/.nvm/v0.10.29/lib/node_modules/yo | |
> node ./scripts/doctor | |
[Yeoman Doctor] Everything looks alright! | |
/home/rockj/.nvm/v0.10.29/bin/grunt -> /home/rockj/.nvm/v0.10.29/lib/node_modules/grunt-cli/bin/grunt | |
/home/rockj/.nvm/v0.10.29/bin/bower -> /home/rockj/.nvm/v0.10.29/lib/node_modules/bower/bin/bower | |
[email protected] /home/rockj/.nvm/v0.10.29/lib/node_modules/grunt-cli | |
├── [email protected] ([email protected]) | |
├── [email protected] | |
└── [email protected] ([email protected], [email protected]) | |
[email protected] /home/rockj/.nvm/v0.10.29/lib/node_modules/bower | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] ([email protected], [email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected]) | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected], [email protected]) | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected]) | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]) | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected]) | |
├── [email protected] | |
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected]) | |
└── [email protected] ([email protected], [email protected]) | |
[email protected] /home/rockj/.nvm/v0.10.29/lib/node_modules/yo | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] ([email protected], [email protected], [email protected]) | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected]) | |
└── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]) | |
rockj@pandora:~/dev/javascript/experiments$ yo | |
[?] What would you like to do? Install a generator | |
[?] Search NPM for generators: angular | |
[?] Here's what I found. Install one? generator-angular | |
[email protected] /home/rockj/.nvm/v0.10.29/lib/node_modules/generator-karma | |
├── [email protected] | |
└── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]) | |
[email protected] /home/rockj/.nvm/v0.10.29/lib/node_modules/generator-angular | |
├── [email protected] ([email protected], [email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]) | |
└── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]) | |
I just installed your generator by running: | |
npm install -g generator-angular | |
[?] What would you like to do? Run the Angular generator (0.9.0-1) | |
Make sure you're in the directory you want to scaffold into. | |
This generator can also be run with: yo angular | |
_-----_ | |
| | .--------------------------. | |
|--(o)--| | Welcome to Yeoman, | | |
`---------´ | ladies and gentlemen! | | |
( _´U`_ ) '--------------------------' | |
/___A___\ | |
| ~ | | |
__'.___.'__ | |
´ ` |° ´ Y ` | |
Out of the box I include Bootstrap and some AngularJS recommended modules. | |
[?] Would you like to use Sass (with Compass)? Yes | |
[?] Would you like to include Bootstrap? Yes | |
[?] Would you like to use the Sass version of Bootstrap? Yes | |
[?] Which modules would you like to include? angular-animate.js, angular-cookies.js, angular-resource.js, angular-route.js, angular-sanitize.js, angular-touch.js | |
create app/styles/main.scss | |
create app/index.html | |
create bower.json | |
create .bowerrc | |
create package.json | |
create Gruntfile.js | |
invoke angular:common:/home/rockj/.nvm/v0.10.29/lib/node_modules/generator-angular/app/index.js | |
create .editorconfig | |
create .gitattributes | |
create .jshintrc | |
create .gitignore | |
create test/.jshintrc | |
create app/.buildignore | |
create app/.htaccess | |
create app/404.html | |
create app/favicon.ico | |
create app/robots.txt | |
create app/views/main.html | |
create app/images/yeoman.png | |
invoke angular:main:/home/rockj/.nvm/v0.10.29/lib/node_modules/generator-angular/app/index.js | |
create app/scripts/app.js | |
invoke angular:controller:/home/rockj/.nvm/v0.10.29/lib/node_modules/generator-angular/app/index.js | |
create app/scripts/controllers/main.js | |
create test/spec/controllers/main.js | |
invoke karma:app | |
I'm all done. Running bower install & npm install for you to install the required dependencies. If this fails, try running the command yourself. | |
invoke angular:route | |
invoke angular:controller:/home/rockj/.nvm/v0.10.29/lib/node_modules/generator-angular/route/index.js | |
create app/scripts/controllers/about.js | |
create test/spec/controllers/about.js | |
invoke angular:view:/home/rockj/.nvm/v0.10.29/lib/node_modules/generator-angular/route/index.js | |
create app/views/about.html | |
create test/karma.conf.js | |
create .travis.yml | |
npm WARN package.json [email protected] No description | |
npm WARN package.json [email protected] No repository field. | |
npm WARN package.json [email protected] No README data | |
npm WARN package.json [email protected] No description | |
npm WARN package.json [email protected] No repository field. | |
npm WARN package.json [email protected] No README data | |
bower json3#~3.3.1 not-cached git://github.com/bestiejs/json3.git#~3.3.1 | |
bower json3#~3.3.1 resolve git://github.com/bestiejs/json3.git#~3.3.1 | |
bower es5-shim#~3.1.0 not-cached git://github.com/es-shims/es5-shim.git#~3.1.0 | |
bower es5-shim#~3.1.0 resolve git://github.com/es-shims/es5-shim.git#~3.1.0 | |
bower bootstrap-sass-official#~3.1.1 not-cached git://github.com/twbs/bootstrap-sass.git#~3.1.1 | |
bower bootstrap-sass-official#~3.1.1 resolve git://github.com/twbs/bootstrap-sass.git#~3.1.1 | |
bower jquery#~1.11.1 not-cached git://github.com/jquery/jquery.git#~1.11.1 | |
bower jquery#~1.11.1 resolve git://github.com/jquery/jquery.git#~1.11.1 | |
bower angular#1.2.16 not-cached git://github.com/angular/bower-angular.git#1.2.16 | |
bower angular#1.2.16 resolve git://github.com/angular/bower-angular.git#1.2.16 | |
bower angular-resource#1.2.16 not-cached git://github.com/angular/bower-angular-resource.git#1.2.16 | |
bower angular-resource#1.2.16 resolve git://github.com/angular/bower-angular-resource.git#1.2.16 | |
bower angular-cookies#1.2.16 not-cached git://github.com/angular/bower-angular-cookies.git#1.2.16 | |
bower angular-cookies#1.2.16 resolve git://github.com/angular/bower-angular-cookies.git#1.2.16 | |
bower angular-sanitize#1.2.16 not-cached git://github.com/angular/bower-angular-sanitize.git#1.2.16 | |
bower angular-sanitize#1.2.16 resolve git://github.com/angular/bower-angular-sanitize.git#1.2.16 | |
bower angular-animate#1.2.16 not-cached git://github.com/angular/bower-angular-animate.git#1.2.16 | |
bower angular-animate#1.2.16 resolve git://github.com/angular/bower-angular-animate.git#1.2.16 | |
bower angular-touch#1.2.16 not-cached git://github.com/angular/bower-angular-touch.git#1.2.16 | |
bower angular-touch#1.2.16 resolve git://github.com/angular/bower-angular-touch.git#1.2.16 | |
bower angular-route#1.2.16 not-cached git://github.com/angular/bower-angular-route.git#1.2.16 | |
bower angular-route#1.2.16 resolve git://github.com/angular/bower-angular-route.git#1.2.16 | |
bower angular-mocks#1.2.16 not-cached git://github.com/angular/bower-angular-mocks.git#1.2.16 | |
bower angular-mocks#1.2.16 resolve git://github.com/angular/bower-angular-mocks.git#1.2.16 | |
bower angular-scenario#1.2.16 not-cached git://github.com/angular/bower-angular-scenario.git#1.2.16 | |
bower angular-scenario#1.2.16 resolve git://github.com/angular/bower-angular-scenario.git#1.2.16 | |
bower json3#~3.3.1 download https://github.com/bestiejs/json3/archive/v3.3.1.tar.gz | |
bower es5-shim#~3.1.0 download https://github.com/es-shims/es5-shim/archive/v3.1.1.tar.gz | |
bower angular-cookies#1.2.16 download https://github.com/angular/bower-angular-cookies/archive/v1.2.16.tar.gz | |
bower bootstrap-sass-official#~3.1.1 download https://github.com/twbs/bootstrap-sass/archive/v3.1.1+2.tar.gz | |
bower angular-route#1.2.16 download https://github.com/angular/bower-angular-route/archive/v1.2.16.tar.gz | |
bower angular-resource#1.2.16 download https://github.com/angular/bower-angular-resource/archive/v1.2.16.tar.gz | |
bower angular-animate#1.2.16 download https://github.com/angular/bower-angular-animate/archive/v1.2.16.tar.gz | |
bower angular#1.2.16 download https://github.com/angular/bower-angular/archive/v1.2.16.tar.gz | |
bower angular-touch#1.2.16 download https://github.com/angular/bower-angular-touch/archive/v1.2.16.tar.gz | |
bower angular-mocks#1.2.16 download https://github.com/angular/bower-angular-mocks/archive/v1.2.16.tar.gz | |
bower angular-sanitize#1.2.16 download https://github.com/angular/bower-angular-sanitize/archive/v1.2.16.tar.gz | |
bower jquery#~1.11.1 download https://github.com/jquery/jquery/archive/1.11.1.tar.gz | |
bower angular-cookies#1.2.16 extract archive.tar.gz | |
bower angular-cookies#1.2.16 resolved git://github.com/angular/bower-angular-cookies.git#1.2.16 | |
bower angular-route#1.2.16 extract archive.tar.gz | |
bower angular-route#1.2.16 resolved git://github.com/angular/bower-angular-route.git#1.2.16 | |
bower angular-animate#1.2.16 extract archive.tar.gz | |
bower angular-animate#1.2.16 resolved git://github.com/angular/bower-angular-animate.git#1.2.16 | |
bower es5-shim#~3.1.0 extract archive.tar.gz | |
bower es5-shim#~3.1.0 resolved git://github.com/es-shims/es5-shim.git#3.1.1 | |
bower angular-touch#1.2.16 extract archive.tar.gz | |
bower angular-touch#1.2.16 resolved git://github.com/angular/bower-angular-touch.git#1.2.16 | |
bower angular-resource#1.2.16 extract archive.tar.gz | |
bower angular-resource#1.2.16 resolved git://github.com/angular/bower-angular-resource.git#1.2.16 | |
bower json3#~3.3.1 extract archive.tar.gz | |
bower bootstrap-sass-official#~3.1.1 extract archive.tar.gz | |
bower angular-mocks#1.2.16 extract archive.tar.gz | |
bower angular-mocks#1.2.16 resolved git://github.com/angular/bower-angular-mocks.git#1.2.16 | |
bower angular-sanitize#1.2.16 extract archive.tar.gz | |
bower angular-sanitize#1.2.16 resolved git://github.com/angular/bower-angular-sanitize.git#1.2.16 | |
npm ERR! EEXIST, mkdir '/home/rockj/dev/javascript/experiments/node_modules/grunt/node_modules/rimraf' | |
File exists: /home/rockj/dev/javascript/experiments/node_modules/grunt/node_modules/rimraf | |
Move it away, and try again. | |
npm ERR! System Linux 3.12.6 | |
npm ERR! command "/home/rockj/.nvm/v0.10.29/bin/node" "/home/rockj/.nvm/v0.10.29/bin/npm" "install" | |
npm ERR! cwd /home/rockj/dev/javascript/experiments | |
npm ERR! node -v v0.10.29 | |
npm ERR! npm -v 1.4.14 | |
npm ERR! path /home/rockj/dev/javascript/experiments/node_modules/grunt/node_modules/rimraf | |
npm ERR! fstream_path /home/rockj/dev/javascript/experiments/node_modules/grunt/node_modules/rimraf/package.json | |
npm ERR! fstream_type File | |
npm ERR! fstream_class FileWriter | |
npm ERR! code EEXIST | |
npm ERR! errno 47 | |
npm ERR! fstream_stack /home/rockj/.nvm/v0.10.29/lib/node_modules/npm/node_modules/fstream/lib/writer.js:171:23 | |
npm ERR! fstream_stack /home/rockj/.nvm/v0.10.29/lib/node_modules/npm/node_modules/mkdirp/index.js:37:53 | |
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15) | |
bower json3#~3.3.1 resolved git://github.com/bestiejs/json3.git#3.3.1 | |
npm ERR! EEXIST, mkdir '/home/rockj/dev/javascript/experiments/node_modules/grunt/node_modules/findup-sync' | |
File exists: /home/rockj/dev/javascript/experiments/node_modules/grunt/node_modules/findup-sync | |
Move it away, and try again. | |
npm ERR! System Linux 3.12.6 | |
npm ERR! command "/home/rockj/.nvm/v0.10.29/bin/node" "/home/rockj/.nvm/v0.10.29/bin/npm" "install" | |
npm ERR! cwd /home/rockj/dev/javascript/experiments | |
npm ERR! node -v v0.10.29 | |
npm ERR! npm -v 1.4.14 | |
npm ERR! path /home/rockj/dev/javascript/experiments/node_modules/grunt/node_modules/findup-sync | |
npm ERR! fstream_path /home/rockj/dev/javascript/experiments/node_modules/grunt/node_modules/findup-sync/package.json | |
npm ERR! fstream_type File | |
npm ERR! fstream_class FileWriter | |
npm ERR! code EEXIST | |
npm ERR! errno 47 | |
npm ERR! fstream_stack /home/rockj/.nvm/v0.10.29/lib/node_modules/npm/node_modules/fstream/lib/writer.js:171:23 | |
npm ERR! fstream_stack /home/rockj/.nvm/v0.10.29/lib/node_modules/npm/node_modules/mkdirp/index.js:37:53 | |
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15) | |
npm ERR! EEXIST, mkdir '/home/rockj/dev/javascript/experiments/node_modules/grunt/node_modules/nopt' | |
File exists: /home/rockj/dev/javascript/experiments/node_modules/grunt/node_modules/nopt | |
Move it away, and try again. | |
npm ERR! System Linux 3.12.6 | |
npm ERR! command "/home/rockj/.nvm/v0.10.29/bin/node" "/home/rockj/.nvm/v0.10.29/bin/npm" "install" | |
npm ERR! cwd /home/rockj/dev/javascript/experiments | |
npm ERR! node -v v0.10.29 | |
npm ERR! npm -v 1.4.14 | |
npm ERR! path /home/rockj/dev/javascript/experiments/node_modules/grunt/node_modules/nopt | |
npm ERR! fstream_path /home/rockj/dev/javascript/experiments/node_modules/grunt/node_modules/nopt/.gitignore | |
npm ERR! fstream_type File | |
npm ERR! fstream_class FileWriter | |
npm ERR! code EEXIST | |
npm ERR! errno 47 | |
npm ERR! fstream_stack /home/rockj/.nvm/v0.10.29/lib/node_modules/npm/node_modules/fstream/lib/writer.js:171:23 | |
npm ERR! fstream_stack /home/rockj/.nvm/v0.10.29/lib/node_modules/npm/node_modules/mkdirp/index.js:37:53 | |
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15) | |
npm ERR! EEXIST, mkdir '/home/rockj/dev/javascript/experiments/node_modules/grunt/node_modules/minimatch' | |
File exists: /home/rockj/dev/javascript/experiments/node_modules/grunt/node_modules/minimatch | |
Move it away, and try again. | |
npm ERR! System Linux 3.12.6 | |
npm ERR! command "/home/rockj/.nvm/v0.10.29/bin/node" "/home/rockj/.nvm/v0.10.29/bin/npm" "install" | |
npm ERR! cwd /home/rockj/dev/javascript/experiments | |
npm ERR! node -v v0.10.29 | |
npm ERR! npm -v 1.4.14 | |
npm ERR! path /home/rockj/dev/javascript/experiments/node_modules/grunt/node_modules/minimatch | |
npm ERR! fstream_path /home/rockj/dev/javascript/experiments/node_modules/grunt/node_modules/minimatch/package.json | |
npm ERR! fstream_type File | |
npm ERR! fstream_class FileWriter | |
npm ERR! code EEXIST | |
npm ERR! errno 47 | |
npm ERR! fstream_stack /home/rockj/.nvm/v0.10.29/lib/node_modules/npm/node_modules/fstream/lib/writer.js:171:23 | |
npm ERR! fstream_stack /home/rockj/.nvm/v0.10.29/lib/node_modules/npm/node_modules/mkdirp/index.js:37:53 | |
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15) | |
bower bootstrap-sass-official#~3.1.1 resolved git://github.com/twbs/bootstrap-sass.git#3.1.1+2 | |
npm WARN optional dep failed, continuing [email protected] | |
> [email protected] install /home/rockj/dev/javascript/experiments/node_modules/karma-phantomjs-launcher/node_modules/phantomjs | |
> node install.js | |
npm ERR! Error: ENOENT, lstat '/home/rockj/dev/javascript/experiments/node_modules/grunt/node_modules/grunt-legacy-log/node_modules/underscore.string/lib/underscore.string.js' | |
npm ERR! If you need help, you may report this *entire* log, | |
npm ERR! including the npm and node versions, at: | |
npm ERR! <http://github.com/npm/npm/issues> | |
npm ERR! System Linux 3.12.6 | |
npm ERR! command "/home/rockj/.nvm/v0.10.29/bin/node" "/home/rockj/.nvm/v0.10.29/bin/npm" "install" | |
npm ERR! cwd /home/rockj/dev/javascript/experiments | |
npm ERR! node -v v0.10.29 | |
npm ERR! npm -v 1.4.14 | |
npm ERR! path /home/rockj/dev/javascript/experiments/node_modules/grunt/node_modules/grunt-legacy-log/node_modules/underscore.string/lib/underscore.string.js | |
npm ERR! fstream_path /home/rockj/dev/javascript/experiments/node_modules/grunt/node_modules/grunt-legacy-log/node_modules/underscore.string/lib/underscore.string.js | |
npm ERR! fstream_type File | |
npm ERR! fstream_class FileWriter | |
npm ERR! code ENOENT | |
npm ERR! errno 34 | |
npm ERR! fstream_stack /home/rockj/.nvm/v0.10.29/lib/node_modules/npm/node_modules/fstream/lib/writer.js:284:26 | |
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15) | |
Downloading https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.7-linux-x86_64.tar.bz2 | |
Saving to /tmp/phantomjs/phantomjs-1.9.7-linux-x86_64.tar.bz2 | |
Receiving... | |
bower angular-scenario#1.2.16 download https://github.com/angular/bower-angular-scenario/archive/v1.2.16.tar.gz | |
bower angular#1.2.16 extract archive.tar.gz | |
bower angular#1.2.16 resolved git://github.com/angular/bower-angular.git#1.2.16 | |
bower jquery#~1.11.1 extract archive.tar.gz | |
bower jquery#~1.11.1 resolved git://github.com/jquery/jquery.git#1.11.1 | |
bower angular-scenario#1.2.16 extract archive.tar.gz | |
bower angular-scenario#1.2.16 resolved git://github.com/angular/bower-angular-scenario.git#1.2.16 | |
bower angular-cookies#1.2.16 install angular-cookies#1.2.16 | |
bower angular-route#1.2.16 install angular-route#1.2.16 | |
bower angular-animate#1.2.16 install angular-animate#1.2.16 | |
bower es5-shim#~3.1.0 install es5-shim#3.1.1 | |
bower angular-touch#1.2.16 install angular-touch#1.2.16 | |
bower angular-resource#1.2.16 install angular-resource#1.2.16 | |
bower angular-mocks#1.2.16 install angular-mocks#1.2.16 | |
bower angular-sanitize#1.2.16 install angular-sanitize#1.2.16 | |
bower json3#~3.3.1 install json3#3.3.1 | |
bower bootstrap-sass-official#~3.1.1 install bootstrap-sass-official#3.1.1+2 | |
bower angular#1.2.16 install angular#1.2.16 | |
bower jquery#~1.11.1 install jquery#1.11.1 | |
bower angular-scenario#1.2.16 install angular-scenario#1.2.16 | |
- | |
angular-cookies#1.2.16 bower_components/angular-cookies | |
└── angular#1.2.16 | |
angular-route#1.2.16 bower_components/angular-route | |
└── angular#1.2.16 | |
angular-animate#1.2.16 bower_components/angular-animate | |
└── angular#1.2.16 | |
es5-shim#3.1.1 bower_components/es5-shim | |
angular-touch#1.2.16 bower_components/angular-touch | |
└── angular#1.2.16 | |
angular-resource#1.2.16 bower_components/angular-resource | |
└── angular#1.2.16 | |
angular-mocks#1.2.16 bower_components/angular-mocks | |
└── angular#1.2.16 | |
angular-sanitize#1.2.16 bower_components/angular-sanitize | |
└── angular#1.2.16 | |
json3#3.3.1 bower_components/json3 | |
bootstrap-sass-official#3.1.1+2 bower_components/bootstrap-sass-official | |
angular#1.2.16 bower_components/angular | |
jquery#1.11.1 bower_components/jquery | |
angular-scenario#1.2.16 bower_components/angular-scenario | |
└── angular#1.2.16 | |
npm ERR! Error: ENOENT, lstat '/home/rockj/dev/javascript/experiments/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore/package.json' | |
npm ERR! If you need help, you may report this *entire* log, | |
npm ERR! including the npm and node versions, at: | |
npm ERR! <http://github.com/npm/npm/issues> | |
npm ERR! System Linux 3.12.6 | |
npm ERR! command "/home/rockj/.nvm/v0.10.29/bin/node" "/home/rockj/.nvm/v0.10.29/bin/npm" "install" | |
npm ERR! cwd /home/rockj/dev/javascript/experiments | |
npm ERR! node -v v0.10.29 | |
npm ERR! npm -v 1.4.14 | |
npm ERR! path /home/rockj/dev/javascript/experiments/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore/package.json | |
npm ERR! fstream_path /home/rockj/dev/javascript/experiments/node_modules/grunt/node_modules/js-yaml/node_modules/argparse/node_modules/underscore/package.json | |
npm ERR! fstream_type File | |
npm ERR! fstream_class FileWriter | |
npm ERR! code ENOENT | |
npm ERR! errno 34 | |
npm ERR! fstream_stack /home/rockj/.nvm/v0.10.29/lib/node_modules/npm/node_modules/fstream/lib/writer.js:284:26 | |
npm ERR! fstream_stack Object.oncomplete (fs.js:107:15) | |
Received 12852K total. | |
Extracting tar contents (via spawned process) | |
Copying extracted folder /tmp/phantomjs/phantomjs-1.9.7-linux-x86_64.tar.bz2-extract-1402612175929/phantomjs-1.9.7-linux-x86_64 -> /home/rockj/dev/javascript/experiments/node_modules/karma-phantomjs-launcher/node_modules/phantomjs/lib/phantom | |
Writing location.js file | |
Done. Phantomjs binary available at /home/rockj/dev/javascript/experiments/node_modules/karma-phantomjs-launcher/node_modules/phantomjs/lib/phantom/bin/phantomjs | |
> [email protected] install /home/rockj/dev/javascript/experiments/node_modules/karma/node_modules/socket.io/node_modules/socket.io-client/node_modules/ws | |
> (node-gyp rebuild 2> builderror.log) || (exit 0) | |
make: Entering directory `/home/rockj/dev/javascript/experiments/node_modules/karma/node_modules/socket.io/node_modules/socket.io-client/node_modules/ws/build' | |
CXX(target) Release/obj.target/bufferutil/src/bufferutil.o | |
SOLINK_MODULE(target) Release/obj.target/bufferutil.node | |
SOLINK_MODULE(target) Release/obj.target/bufferutil.node: Finished | |
COPY Release/bufferutil.node | |
CXX(target) Release/obj.target/validation/src/validation.o | |
SOLINK_MODULE(target) Release/obj.target/validation.node | |
SOLINK_MODULE(target) Release/obj.target/validation.node: Finished | |
COPY Release/validation.node | |
make: Leaving directory `/home/rockj/dev/javascript/experiments/node_modules/karma/node_modules/socket.io/node_modules/socket.io-client/node_modules/ws/build' | |
> [email protected] postinstall /home/rockj/dev/javascript/experiments/node_modules/grunt-contrib-imagemin/node_modules/imagemin/node_modules/imagemin-optipng/node_modules/optipng-bin | |
> node index.js | |
[email protected] node_modules/karma-phantomjs-launcher | |
└── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]) | |
[email protected] node_modules/karma | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] ([email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected]) | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]) | |
└── [email protected] ([email protected], [email protected], [email protected], [email protected]) | |
[email protected] node_modules/karma-jasmine | |
[email protected] node_modules/grunt | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] ([email protected], [email protected]) | |
├── [email protected] | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected]) | |
└── [email protected] ([email protected], [email protected]) | |
[email protected] node_modules/grunt-karma | |
└── [email protected] | |
✓ pre-build test passed successfully | |
> [email protected] postinstall /home/rockj/dev/javascript/experiments/node_modules/grunt-contrib-imagemin/node_modules/imagemin/node_modules/imagemin-jpegtran/node_modules/jpegtran-bin | |
> node index.js | |
> [email protected] postinstall /home/rockj/dev/javascript/experiments/node_modules/grunt-contrib-imagemin/node_modules/imagemin/node_modules/imagemin-pngquant/node_modules/pngquant-bin | |
> node index.js | |
✗ pre-build test failed, compiling from source... | |
✓ pngquant built successfully | |
> [email protected] postinstall /home/rockj/dev/javascript/experiments/node_modules/grunt-contrib-imagemin/node_modules/imagemin/node_modules/imagemin-gifsicle/node_modules/gifsicle | |
> node index.js | |
✗ pre-build test failed, compiling from source... | |
✓ gifsicle rebuilt successfully | |
npm ERR! | |
npm ERR! Additional logging details can be found in: | |
npm ERR! /home/rockj/dev/javascript/experiments/npm-debug.log | |
npm ERR! not ok code 0 | |
app/index.html modified. | |
Bye from us! Chat soon. | |
Addy Osmani | |
Sindre Sorhus | |
Brian Ford | |
Eric Bidelman | |
Paul Irish | |
Mickael Daniel | |
Pasca1 Hartig | |
Stephen S.wchuk | |
Frederick R0s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment