Skip to content

Instantly share code, notes, and snippets.

@wincent
Created October 1, 2015 18:17
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 wincent/3221694ee3fdc46084f4 to your computer and use it in GitHub Desktop.
Save wincent/3221694ee3fdc46084f4 to your computer and use it in GitHub Desktop.
glh-mba1:todo$ npm install && npm run update-schema && npm start
> @ preinstall /Users/glh/code/relay/examples/todo
> cd ../.. && npm install --ignore-scripts
> babel-relay-plugin@0.2.6 prepublish /Users/glh/code/relay/scripts/babel-relay-plugin
> npm run build
/
> babel-relay-plugin@0.2.6 build /Users/glh/code/relay/scripts/babel-relay-plugin
> rm -rf lib; babel src --out-dir lib --ignore __tests__
sh: babel: command not found
npm ERR! Darwin 15.0.0
npm ERR! argv "/usr/local/Cellar/node/4.1.1/bin/node" "/usr/local/bin/npm" "run" "build"
npm ERR! node v4.1.1
npm ERR! npm v2.14.4
npm ERR! file sh
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! syscall spawn
npm ERR! babel-relay-plugin@0.2.6 build: `rm -rf lib; babel src --out-dir lib --ignore __tests__`
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the babel-relay-plugin@0.2.6 build script 'rm -rf lib; babel src --out-dir lib --ignore __tests__'.
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! rm -rf lib; babel src --out-dir lib --ignore __tests__
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/glh/code/relay/scripts/babel-relay-plugin/npm-debug.log
npm ERR! addLocalDirectory Could not pack /Users/glh/code/relay/scripts/babel-relay-plugin to /Users/glh/.npm/babel-relay-plugin/0.2.6/package.tgz
npm ERR! addLocal Could not install /Users/glh/code/relay/scripts/babel-relay-plugin
> react-relay@0.3.2 prepublish /Users/glh/code/relay
> npm run build
/
> react-relay@0.3.2 build /Users/glh/code/relay
> gulp
[10:49:27] Using gulpfile ~/code/relay/gulpfile.js
[10:49:27] Starting 'default'...
[10:49:27] Starting 'clean'...
[10:49:27] Finished 'clean' after 50 ms
[10:49:27] Starting 'website:check-version'...
[10:49:27] Finished 'website:check-version' after 1.8 ms
[10:49:27] Starting 'modules'...
[10:49:36] Finished 'modules' after 8.64 s
[10:49:36] Starting 'dist'...
[10:49:36] Starting 'dist:min'...
[10:49:45] Finished 'dist' after 9.78 s
[10:49:45] Finished 'dist:min' after 9.51 s
[10:49:45] Finished 'default' after 18 s
npm ERR! Darwin 15.0.0
npm ERR! argv "/usr/local/Cellar/node/4.1.1/bin/node" "/usr/local/bin/npm" "install"
npm ERR! node v4.1.1
npm ERR! npm v2.14.4
npm ERR! code ELIFECYCLE
npm ERR! babel-relay-plugin@0.2.6 prepublish: `npm run build`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the babel-relay-plugin@0.2.6 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/glh/code/relay/examples/todo/npm-debug.log
zsh: exit 1 npm install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment