Skip to content

Instantly share code, notes, and snippets.

@davewallace
Created April 15, 2016 04:15
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 davewallace/baa09ff1d8f97ab8dac334f6185d76c6 to your computer and use it in GitHub Desktop.
Save davewallace/baa09ff1d8f97ab8dac334f6185d76c6 to your computer and use it in GitHub Desktop.
$ npm install meteor
> bson@0.1.5 install c:\wamp\www\codefinger-projects\chromos\node_modules\bson
> node install.js || (exit 0)
================================================================================
= =
= Attempting to build bson c++ extension =
= Windows: no build will be attempted as binaries are prepackaged =
= Unix: on failure the package will still install without the C++ extension =
= =
================================================================================
> fibers@0.6.9 install c:\wamp\www\codefinger-projects\chromos\node_modules\fibers
> node ./build.js
(node) child_process: options.customFds option is deprecated. Use options.stdio instead.
events.js:154
throw er; // Unhandled 'error' event
^
Error: spawn node-gyp ENOENT
at exports._errnoException (util.js:890:11)
at Process.ChildProcess._handle.onexit (internal/child_process.js:182:32)
at onErrorNT (internal/child_process.js:348:16)
at _combinedTickCallback (internal/process/next_tick.js:74:11)
at process._tickCallback (internal/process/next_tick.js:98:9)
at Function.Module.runMain (module.js:449:11)
at startup (node.js:146:18)
at node.js:404:3
chromos@0.0.1 c:\wamp\www\codefinger-projects\chromos
+-- clean-css@0.8.2 extraneous
+-- coffee-script@1.4.0 extraneous
+-- connect@1.9.2 extraneous
+-- gzippo@0.1.7 extraneous
+-- handlebars@1.0.7 extraneous
+-- http-proxy@0.8.5 extraneous
+-- keypress@0.1.0 extraneous
+-- less@1.3.1 extraneous
+-- mailcomposer@0.1.15 extraneous
+-- mongodb@1.1.11 extraneous
+-- nib@0.8.2 extraneous
+-- progress@0.0.5 extraneous
+-- request@2.12.0 extraneous
+-- semver@1.1.0 extraneous
+-- simplesmtp@0.1.25 extraneous
+-- sockjs@0.3.4 extraneous
+-- stream-buffers@0.2.3 extraneous
+-- stylus@0.30.1 extraneous
+-- uglify-js@1.3.4 extraneous
`-- useragent@1.1.0 extraneous
npm WARN chromos@0.0.1 No license field.
npm ERR! Windows_NT 6.1.7601
npm ERR! argv "c:\\Program Files\\nodejs\\node.exe" "c:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "meteor"
npm ERR! node v5.10.1
npm ERR! npm v3.8.3
npm ERR! code ELIFECYCLE
npm ERR! fibers@0.6.9 install: `node ./build.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the fibers@0.6.9 install script 'node ./build.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 fibers package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node ./build.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs fibers
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls fibers
npm ERR! There is likely additional logging output above.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment