Skip to content

Instantly share code, notes, and snippets.

@JAStanton
Last active August 29, 2015 14:18
Show Gist options
  • Save JAStanton/12990abdbf3e2bf5f090 to your computer and use it in GitHub Desktop.
Save JAStanton/12990abdbf3e2bf5f090 to your computer and use it in GitHub Desktop.
➜ browser.html-master python --version
Python 2.7.6
➜ browser.html-master npm install
npm WARN package.json browser.html@0.0.2 scripts['server'] should probably be scripts['start'].
node-uuid@1.4.3 node_modules/node-uuid
requirejs@2.1.16 node_modules/requirejs
immutable@3.6.2 node_modules/immutable
omniscient@3.1.0 node_modules/omniscient
├── lodash.assign@3.0.0 (lodash._createassigner@3.0.1, lodash._baseassign@3.0.2)
├── lodash.isequal@3.0.1 (lodash._bindcallback@3.0.0, lodash._baseisequal@3.0.3)
└── lodash.pick@3.1.0 (lodash._bindcallback@3.0.0, lodash._pickbyarray@3.0.1, lodash.restparam@3.6.0, lodash._baseflatten@3.1.1, lodash._pickbycallback@3.0.0)
react@0.13.0 node_modules/react
└── envify@3.4.0 (through@2.3.6, jstransform@10.1.0)
jscs@1.12.0 node_modules/jscs
├── strip-json-comments@1.0.2
├── commander@2.6.0
├── estraverse@1.9.3
├── vow@0.4.9
├── exit@0.1.2
├── glob@5.0.3 (inherits@2.0.1, inflight@1.0.4, once@1.3.1)
├── cli-table@0.3.1 (colors@1.0.3)
├── chalk@1.0.0 (escape-string-regexp@1.0.3, ansi-styles@2.0.1, supports-color@1.3.1, strip-ansi@2.0.1, has-ansi@1.0.3)
├── vow-fs@0.3.4 (vow-queue@0.4.1, glob@4.5.3)
├── minimatch@2.0.4 (brace-expansion@1.1.0)
├── lodash.assign@3.0.0 (lodash._createassigner@3.0.1, lodash._baseassign@3.0.2)
├── esprima-harmony-jscs@1.1.0-templates
├── esprima@1.2.5
├── xmlbuilder@2.6.2 (lodash@3.5.0)
└── prompt@0.2.14 (revalidator@0.1.8, pkginfo@0.3.0, read@1.0.5, winston@0.8.3, utile@0.2.1)
➜ browser.html-master npm run server
> browser.html@0.0.2 server /Users/jstanton/Downloads/browser.html-master
> python2 -m SimpleHTTPServer 8080
sh: python2: command not found
npm ERR! browser.html@0.0.2 server: `python2 -m SimpleHTTPServer 8080`
npm ERR! Exit status 127
npm ERR!
npm ERR! Failed at the browser.html@0.0.2 server script.
npm ERR! This is most likely a problem with the browser.html package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! python2 -m SimpleHTTPServer 8080
npm ERR! You can get their info via:
npm ERR! npm owner ls browser.html
npm ERR! There is likely additional logging output above.
npm ERR! System Darwin 14.1.0
npm ERR! command "node" "/usr/local/bin/npm" "run" "server"
npm ERR! cwd /Users/jstanton/Downloads/browser.html-master
npm ERR! node -v v0.10.33
npm ERR! npm -v 2.0.0-alpha-5
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /Users/jstanton/Downloads/browser.html-master/npm-debug.log
npm ERR! not ok code 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment