Skip to content

Instantly share code, notes, and snippets.

@ciwolsey
Created December 16, 2015 18:53
Show Gist options
  • Save ciwolsey/fc9229b75905cd139595 to your computer and use it in GitHub Desktop.
Save ciwolsey/fc9229b75905cd139595 to your computer and use it in GitHub Desktop.
➜ meatier git:(master) npm install
> bufferutil@1.2.1 install /home/ciwolsey/projects/meatier/node_modules/bufferutil
> node-gyp rebuild
make: Entering directory '/home/ciwolsey/projects/meatier/node_modules/bufferutil/build'
CXX(target) Release/obj.target/bufferutil/src/bufferutil.o
SOLINK_MODULE(target) Release/obj.target/bufferutil.node
COPY Release/bufferutil.node
make: Leaving directory '/home/ciwolsey/projects/meatier/node_modules/bufferutil/build'
> utf-8-validate@1.2.1 install /home/ciwolsey/projects/meatier/node_modules/utf-8-validate
> node-gyp rebuild
make: Entering directory '/home/ciwolsey/projects/meatier/node_modules/utf-8-validate/build'
CXX(target) Release/obj.target/validation/src/validation.o
SOLINK_MODULE(target) Release/obj.target/validation.node
COPY Release/validation.node
make: Leaving directory '/home/ciwolsey/projects/meatier/node_modules/utf-8-validate/build'
> bcrypt@0.8.5 install /home/ciwolsey/projects/meatier/node_modules/bcrypt
> node-gyp rebuild
make: Entering directory '/home/ciwolsey/projects/meatier/node_modules/bcrypt/build'
CXX(target) Release/obj.target/bcrypt_lib/src/blowfish.o
CXX(target) Release/obj.target/bcrypt_lib/src/bcrypt.o
CXX(target) Release/obj.target/bcrypt_lib/src/bcrypt_node.o
SOLINK_MODULE(target) Release/obj.target/bcrypt_lib.node
COPY Release/bcrypt_lib.node
make: Leaving directory '/home/ciwolsey/projects/meatier/node_modules/bcrypt/build'
> caniuse-api@1.4.1 postinstall /home/ciwolsey/projects/meatier/node_modules/caniuse-api
> node generator.js
caniuse-api: Generation ok
> history@1.16.0 postinstall /home/ciwolsey/projects/meatier/node_modules/history
> node ./npm-scripts/postinstall.js
> react-router@1.0.2 postinstall /home/ciwolsey/projects/meatier/node_modules/react-router
> node ./npm-scripts/postinstall.js
> meatier@0.4.0 postinstall /home/ciwolsey/projects/meatier
> node ./foo.js
module.js:329
throw err;
^
Error: Cannot find module '/home/ciwolsey/projects/meatier/foo.js'
at Function.Module._resolveFilename (module.js:327:15)
at Function.Module._load (module.js:278:25)
at Function.Module.runMain (module.js:431:10)
at startup (node.js:141:18)
at node.js:977:3
npm WARN optional Skipping failed optional dependency /chokidar/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.0.6
npm WARN react-router@1.0.2 requires a peer of history@1.13.x but none was installed.
npm WARN babel-loader@6.2.0 requires a peer of webpack@^1.0.0 but none was installed.
npm WARN webpack-dev-middleware@1.4.0 requires a peer of webpack@>=1.0.0 <3 but none was installed.
npm WARN extract-text-webpack-plugin@0.9.1 requires a peer of webpack@^1.9.11 but none was installed.
npm ERR! Linux 4.2.5-1-ARCH
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "install"
npm ERR! node v5.2.0
npm ERR! npm v3.5.2
npm ERR! code ELIFECYCLE
npm ERR! meatier@0.4.0 postinstall: `node ./foo.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the meatier@0.4.0 postinstall script 'node ./foo.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 meatier package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node ./foo.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs meatier
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls meatier
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /home/ciwolsey/projects/meatier/npm-debug.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment