Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save mathjazz/41efb06ecaa60e7eabaae3b113974513 to your computer and use it in GitHub Desktop.

Select an option

Save mathjazz/41efb06ecaa60e7eabaae3b113974513 to your computer and use it in GitHub Desktop.
Snowball:projectfluent.github.io mathjazz$ npm start
> [email protected] start /Library/WebServer/Documents/projectfluent.github.io
> react-scripts start
/Library/WebServer/Documents/projectfluent.github.io/node_modules/react-scripts/node_modules/cross-spawn/index.js:34
throw new Error(
^
Error: In order to use spawnSync on node 0.10 or older, you must install spawn-sync:
npm install spawn-sync --save
at Function.spawnSync [as sync] (/Library/WebServer/Documents/projectfluent.github.io/node_modules/react-scripts/node_modules/cross-spawn/index.js:34:19)
at Object.<anonymous> (/Library/WebServer/Documents/projectfluent.github.io/node_modules/react-scripts/bin/react-scripts.js:22:22)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Function.Module.runMain (module.js:497:10)
at startup (node.js:119:16)
at node.js:906:3
npm ERR! [email protected] start: `react-scripts start`
npm ERR! Exit status 8
npm ERR!
npm ERR! Failed at the [email protected] start script.
npm ERR! This is most likely a problem with the fluent-website package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! react-scripts start
npm ERR! You can get their info via:
npm ERR! npm owner ls fluent-website
npm ERR! There is likely additional logging output above.
npm ERR! System Darwin 15.6.0
npm ERR! command "node" "/usr/local/bin/npm" "start"
npm ERR! cwd /Library/WebServer/Documents/projectfluent.github.io
npm ERR! node -v v0.10.28
npm ERR! npm -v 1.4.9
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /Library/WebServer/Documents/projectfluent.github.io/npm-debug.log
npm ERR! not ok code 0
Snowball:projectfluent.github.io mathjazz$ npm install spawn-sync --save
npm http GET https://registry.npmjs.org/spawn-sync
npm http 200 https://registry.npmjs.org/spawn-sync
npm http GET https://registry.npmjs.org/spawn-sync/-/spawn-sync-1.0.15.tgz
npm http 200 https://registry.npmjs.org/spawn-sync/-/spawn-sync-1.0.15.tgz
npm http GET https://registry.npmjs.org/os-shim
npm http GET https://registry.npmjs.org/concat-stream
npm http 304 https://registry.npmjs.org/concat-stream
npm http 200 https://registry.npmjs.org/os-shim
npm http GET https://registry.npmjs.org/os-shim/-/os-shim-0.1.3.tgz
npm http 200 https://registry.npmjs.org/os-shim/-/os-shim-0.1.3.tgz
npm http GET https://registry.npmjs.org/inherits
npm http GET https://registry.npmjs.org/typedarray
npm http GET https://registry.npmjs.org/readable-stream
npm http 304 https://registry.npmjs.org/inherits
npm http 304 https://registry.npmjs.org/readable-stream
npm http 304 https://registry.npmjs.org/typedarray
npm http GET https://registry.npmjs.org/isarray
npm http GET https://registry.npmjs.org/string_decoder
npm http GET https://registry.npmjs.org/process-nextick-args
npm http GET https://registry.npmjs.org/util-deprecate
npm http GET https://registry.npmjs.org/buffer-shims
npm http GET https://registry.npmjs.org/core-util-is
npm http 304 https://registry.npmjs.org/isarray
npm http 304 https://registry.npmjs.org/string_decoder
npm http 304 https://registry.npmjs.org/util-deprecate
npm http 304 https://registry.npmjs.org/process-nextick-args
npm http 304 https://registry.npmjs.org/buffer-shims
npm http 304 https://registry.npmjs.org/core-util-is
> [email protected] postinstall /Library/WebServer/Documents/projectfluent.github.io/node_modules/spawn-sync
> node postinstall
Installing native dependencies (this may take up to a minute)
[email protected] node_modules/spawn-sync
├── [email protected]
└── [email protected] ([email protected], [email protected], [email protected])
Snowball:projectfluent.github.io mathjazz$ npm start
> [email protected] start /Library/WebServer/Documents/projectfluent.github.io
> react-scripts start
npm ERR! [email protected] start: `react-scripts start`
npm ERR! Exit status 8
npm ERR!
npm ERR! Failed at the [email protected] start script.
npm ERR! This is most likely a problem with the fluent-website package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! react-scripts start
npm ERR! You can get their info via:
npm ERR! npm owner ls fluent-website
npm ERR! There is likely additional logging output above.
npm ERR! System Darwin 15.6.0
npm ERR! command "node" "/usr/local/bin/npm" "start"
npm ERR! cwd /Library/WebServer/Documents/projectfluent.github.io
npm ERR! node -v v0.10.28
npm ERR! npm -v 1.4.9
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /Library/WebServer/Documents/projectfluent.github.io/npm-debug.log
npm ERR! not ok code 0
Snowball:projectfluent.github.io mathjazz$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment