Skip to content

Instantly share code, notes, and snippets.

@0xpantera
Last active January 26, 2016 21:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 0xpantera/ab5a80fd29aa9d7e2cba to your computer and use it in GitHub Desktop.
Save 0xpantera/ab5a80fd29aa9d7e2cba to your computer and use it in GitHub Desktop.
WARN after npm install and npm start
franco (v3.0.0) react-boilerplate $ npm install
npm WARN unmet dependency /home/franco/Documents/personal/data_science/react-boilerplate/node_modules/psi/node_modules/download/node_modules/gulp-decompress/node_modules/gulp-util requires object-assign@'^3.0.0' but will load
npm WARN unmet dependency /home/franco/Documents/personal/data_science/react-boilerplate/node_modules/psi/node_modules/object-assign,
npm WARN unmet dependency which is version 4.0.1
npm WARN unmet dependency /home/franco/Documents/personal/data_science/react-boilerplate/node_modules/psi/node_modules/download/node_modules/gulp-decompress/node_modules/gulp-util requires vinyl@'^0.5.0' but will load
npm WARN unmet dependency /home/franco/Documents/personal/data_science/react-boilerplate/node_modules/psi/node_modules/download/node_modules/vinyl,
npm WARN unmet dependency which is version 1.1.1
franco (v3.0.0) react-boilerplate $ npm start
> reactjs-boilerplate@2.4.0 start /home/franco/Documents/personal/data_science/react-boilerplate
> NODE_ENV=development node webpack/server.dev.js
/home/franco/Documents/personal/data_science/react-boilerplate/webpack/server.dev.js:26
}).listen(3000, 'localhost', (err) => {
^
SyntaxError: Unexpected token >
at Module._compile (module.js:439:25)
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:902:3
npm ERR! reactjs-boilerplate@2.4.0 start: `NODE_ENV=development node webpack/server.dev.js`
npm ERR! Exit status 8
npm ERR!
npm ERR! Failed at the reactjs-boilerplate@2.4.0 start script.
npm ERR! This is most likely a problem with the reactjs-boilerplate package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! NODE_ENV=development node webpack/server.dev.js
npm ERR! You can get their info via:
npm ERR! npm owner ls reactjs-boilerplate
npm ERR! There is likely additional logging output above.
npm ERR! System Linux 3.19.0-47-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "start"
npm ERR! cwd /home/franco/Documents/personal/data_science/react-boilerplate
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.4.21
npm ERR! code ELIFECYCLE
npm WARN This failure might be due to the use of legacy binary "node"
npm WARN For further explanations, please read
/usr/share/doc/nodejs/README.Debian
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/franco/Documents/personal/data_science/react-boilerplate/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