Skip to content

Instantly share code, notes, and snippets.

@jaredonline
Created November 21, 2015 13:07
Show Gist options
  • Select an option

  • Save jaredonline/df1f0c022aebe60764b0 to your computer and use it in GitHub Desktop.

Select an option

Save jaredonline/df1f0c022aebe60764b0 to your computer and use it in GitHub Desktop.

Revisions

  1. jaredonline created this gist Nov 21, 2015.
    80 changes: 80 additions & 0 deletions Console Output
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,80 @@
    jared@Jareds-MacBook ~/code/js$ cd relay/examples/todo && npm install

    > [email protected] prepublish /Users/jared/code/js/relay/scripts/babel-relay-plugin
    > npm run build


    > [email protected] build /Users/jared/code/js/relay/scripts/babel-relay-plugin
    > scripts/build-lib

    module.js:339
    throw err;
    ^

    Error: Cannot find module 'babel'
    at Function.Module._resolveFilename (module.js:337:15)
    at Function.Module._load (module.js:287:25)
    at Module.require (module.js:366:17)
    at require (module.js:385:17)
    at Object.<anonymous> (/Users/jared/code/js/relay/scripts/babel-relay-plugin/scripts/build-lib:3:13)
    at Module._compile (module.js:425:26)
    at Object.Module._extensions..js (module.js:432:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:311:12)
    at Function.Module.runMain (module.js:457:10)

    npm ERR! Darwin 15.0.0
    npm ERR! argv "/usr/local/Cellar/node/5.0.0/bin/node" "/usr/local/bin/npm" "run" "build"
    npm ERR! node v5.0.0
    npm ERR! npm v3.3.9
    npm ERR! code ELIFECYCLE
    npm ERR! [email protected] build: `scripts/build-lib`
    npm ERR! Exit status 1
    npm ERR!
    npm ERR! Failed at the [email protected] build script 'scripts/build-lib'.
    npm ERR! This is most likely a problem with the babel-relay-plugin package,
    npm ERR! not with npm itself.
    npm ERR! Tell the author that this fails on your system:
    npm ERR! scripts/build-lib
    npm ERR! You can get their info via:
    npm ERR! npm owner ls babel-relay-plugin
    npm ERR! There is likely additional logging output above.

    npm ERR! Please include the following file with any support request:
    npm ERR! /Users/jared/code/js/relay/scripts/babel-relay-plugin/npm-debug.log
    npm ERR! addLocal Could not install /Users/jared/code/js/relay/scripts/babel-relay-plugin

    > [email protected] prepublish /Users/jared/code/js/relay
    > node node_modules/fbjs-scripts/node/check-dev-engines.js package.json && npm run build

    module.js:339
    throw err;
    ^

    Error: Cannot find module '/Users/jared/code/js/relay/node_modules/fbjs-scripts/node/check-dev-engines.js'
    at Function.Module._resolveFilename (module.js:337:15)
    at Function.Module._load (module.js:287:25)
    at Function.Module.runMain (module.js:457:10)
    at startup (node.js:136:18)
    at node.js:972:3
    npm ERR! addLocal Could not install /Users/jared/code/js/relay
    npm ERR! Darwin 15.0.0
    npm ERR! argv "/usr/local/Cellar/node/5.0.0/bin/node" "/usr/local/bin/npm" "install"
    npm ERR! node v5.0.0
    npm ERR! npm v3.3.9
    npm ERR! code ELIFECYCLE

    npm ERR! [email protected] prepublish: `npm run build`
    npm ERR! Exit status 1
    npm ERR!
    npm ERR! Failed at the [email protected] prepublish script 'npm run build'.
    npm ERR! This is most likely a problem with the babel-relay-plugin package,
    npm ERR! not with npm itself.
    npm ERR! Tell the author that this fails on your system:
    npm ERR! npm run build
    npm ERR! You can get their info via:
    npm ERR! npm owner ls babel-relay-plugin
    npm ERR! There is likely additional logging output above.

    npm ERR! Please include the following file with any support request:
    npm ERR! /Users/jared/code/js/relay/examples/todo/npm-debug.log
    2,299 changes: 2,299 additions & 0 deletions npm-debug.log
    2,299 additions, 0 deletions not shown because the diff is too large. Please use a local Git client to view these changes.