Skip to content

Instantly share code, notes, and snippets.

@mjudeikis
Created July 19, 2016 20:20
Show Gist options
  • 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
> [email protected] presetup /home/mangis/workspace/react-boilerplate
> npm i chalk
[email protected] /home/mangis/workspace/react-boilerplate
├── [email protected]
├── UNMET PEER DEPENDENCY [email protected]
├── UNMET PEER DEPENDENCY [email protected]
└── UNMET PEER DEPENDENCY [email protected]
npm WARN optional Skipping failed optional dependency /chokidar/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: [email protected]
npm WARN optional Skipping failed optional dependency /karma/chokidar/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: [email protected]
npm WARN [email protected] requires a peer of eslint@^2.9.0 but none was installed.
npm WARN [email protected] requires a peer of eslint-plugin-jsx-a11y@^1.2.0 but none was installed.
npm WARN [email protected] requires a peer of webpack@^1.9.11 but none was installed.
npm WARN [email protected] requires a peer of webpack@^1.4.0 but none was installed.
> [email protected] 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! [email protected] setup: `node ./internals/scripts/setup.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] 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