Skip to content

Instantly share code, notes, and snippets.

@mjudeikis
Created July 19, 2016 20:20
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 mjudeikis/19a5bd702105135e35c4902d902dbc07 to your computer and use it in GitHub Desktop.
Save mjudeikis/19a5bd702105135e35c4902d902dbc07 to your computer and use it in GitHub Desktop.
[root@mj react-boilerplate]# npm run setup
> react-boilerplate@3.0.0 presetup /home/mangis/workspace/react-boilerplate
> npm i chalk
react-boilerplate@3.0.0 /home/mangis/workspace/react-boilerplate
├── chalk@1.1.3
├── UNMET PEER DEPENDENCY eslint@3.1.1
├── UNMET PEER DEPENDENCY eslint-plugin-jsx-a11y@2.0.1
└── UNMET PEER DEPENDENCY webpack@2.1.0-beta.15
npm WARN optional Skipping failed optional dependency /chokidar/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.0.14
npm WARN optional Skipping failed optional dependency /karma/chokidar/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.0.14
npm WARN eslint-config-airbnb@9.0.1 requires a peer of eslint@^2.9.0 but none was installed.
npm WARN eslint-config-airbnb@9.0.1 requires a peer of eslint-plugin-jsx-a11y@^1.2.0 but none was installed.
npm WARN extract-text-webpack-plugin@1.0.1 requires a peer of webpack@^1.9.11 but none was installed.
npm WARN karma-webpack@1.7.0 requires a peer of webpack@^1.4.0 but none was installed.
> react-boilerplate@3.0.0 setup /home/mangis/workspace/react-boilerplate
> node ./internals/scripts/setup.js
module.js:327
throw err;
^
Error: Cannot find module '/home/mangis/workspace/react-boilerplate/internals/scripts/setup.js'
at Function.Module._resolveFilename (module.js:325:15)
at Function.Module._load (module.js:276:25)
at Function.Module.runMain (module.js:441:10)
at startup (node.js:139:18)
at node.js:968:3
npm ERR! Linux 4.5.7-202.fc23.x86_64
npm ERR! argv "/usr/bin/node" "/bin/npm" "run" "setup"
npm ERR! node v4.4.7
npm ERR! npm v3.10.5
npm ERR! code ELIFECYCLE
npm ERR! react-boilerplate@3.0.0 setup: `node ./internals/scripts/setup.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the react-boilerplate@3.0.0 setup script 'node ./internals/scripts/setup.js'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the react-boilerplate package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node ./internals/scripts/setup.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs react-boilerplate
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls react-boilerplate
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /home/mangis/workspace/react-boilerplate/npm-debug.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment