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 [email protected] scripts['server'] should probably be scripts['start'].
[email protected] node_modules/node-uuid
[email protected] node_modules/requirejs
[email protected] node_modules/immutable
[email protected] node_modules/omniscient
├── [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/react
└── [email protected] ([email protected], [email protected])
[email protected] node_modules/jscs
├── [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])
➜ browser.html-master npm run server
> [email protected] server /Users/jstanton/Downloads/browser.html-master
> python2 -m SimpleHTTPServer 8080
sh: python2: command not found
npm ERR! [email protected] server: `python2 -m SimpleHTTPServer 8080`
npm ERR! Exit status 127
npm ERR!
npm ERR! Failed at the [email protected] 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