Skip to content

Instantly share code, notes, and snippets.

@ewencp
Created January 21, 2016 22:36
Show Gist options
  • Save ewencp/6387c4947bf196dbbf2d to your computer and use it in GitHub Desktop.
Save ewencp/6387c4947bf196dbbf2d to your computer and use it in GitHub Desktop.
mvn build error
✘-1 ~/confluent/blueway.git [norwood-if-you-build-it|✔]
14:17 $ mvn clean package
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building blueway 2.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ blueway ---
[INFO]
[INFO] --- avro-maven-plugin:1.7.7:schema (schemas) @ blueway ---
[INFO]
[INFO] --- frontend-maven-plugin:0.0.27:install-node-and-npm (install node and npm) @ blueway ---
[INFO] Found proxies: []
[INFO] Node v0.12.2 is already installed.
[INFO] Found NPM version 2.7.6
[INFO]
[INFO] --- frontend-maven-plugin:0.0.27:npm (npm install) @ blueway ---
[INFO] Found proxies: []
[INFO] Running 'npm install --color=false' in /Users/ewencp/confluent/blueway.git/js
[ERROR] npm WARN package.json [email protected] No description
[ERROR] npm WARN package.json [email protected] No repository field.
[ERROR] npm WARN package.json [email protected] No README data
[ERROR] npm WARN package.json [email protected] assert is also the name of a node core module.
[ERROR] npm WARN package.json [email protected] buffer is also the name of a node core module.
[ERROR] npm WARN package.json [email protected] events is also the name of a node core module.
[ERROR] npm WARN package.json [email protected] No repository field.
[ERROR] npm WARN package.json [email protected] punycode is also the name of a node core module.
[ERROR] npm WARN package.json [email protected] querystring is also the name of a node core module.
[ERROR] npm WARN package.json [email protected] No repository field.
[ERROR] npm WARN package.json [email protected] string_decoder is also the name of a node core module.
[ERROR] npm WARN package.json [email protected] url is also the name of a node core module.
[ERROR] npm WARN package.json [email protected] util is also the name of a node core module.
[ERROR] npm WARN prefer global [email protected] should be installed with -g
[INFO]
[INFO] > [email protected] install /Users/ewencp/confluent/blueway.git/js/node_modules/fsevents
[INFO] > node-pre-gyp install --fallback-to-build
[INFO]
[INFO] [fsevents] Success: "/Users/ewencp/confluent/blueway.git/js/node_modules/fsevents/lib/binding/Release/node-v14-darwin-x64/fse.node" already installed
[INFO] Pass --update-binary to reinstall or --build-from-source to recompile
[INFO]
[INFO] > [email protected] postinstall /Users/ewencp/confluent/blueway.git/js/node_modules/spawn-sync
[INFO] > node postinstall
[INFO]
[ERROR] npm WARN unmet dependency /Users/ewencp/confluent/blueway.git/js/node_modules/babel requires babel-core@'^5.6.21' but will load
[ERROR] npm WARN unmet dependency /Users/ewencp/confluent/blueway.git/js/node_modules/babel-core,
[ERROR] npm WARN unmet dependency which is version 6.4.5
[ERROR] npm WARN unmet dependency /Users/ewencp/confluent/blueway.git/js/node_modules/babel-eslint requires babel-core@'^5.8.33' but will load
[ERROR] npm WARN unmet dependency /Users/ewencp/confluent/blueway.git/js/node_modules/babel-core,
[ERROR] npm WARN unmet dependency which is version 6.4.5
[ERROR] npm WARN unmet dependency /Users/ewencp/confluent/blueway.git/js/node_modules/react-json-tree requires babel-runtime@'^5.8.20' but will load
[ERROR] npm WARN unmet dependency /Users/ewencp/confluent/blueway.git/js/node_modules/babel-runtime,
[ERROR] npm WARN unmet dependency which is version 6.3.19
[ERROR] npm WARN unmet dependency /Users/ewencp/confluent/blueway.git/js/node_modules/redux-devtools requires react-redux@'^3.0.0' but will load
[ERROR] npm WARN unmet dependency /Users/ewencp/confluent/blueway.git/js/node_modules/react-redux,
[ERROR] npm WARN unmet dependency which is version 4.0.6
[ERROR] npm ERR! Darwin 15.2.0
[ERROR] npm ERR! argv "/Users/ewencp/confluent/blueway.git/js/node/node" "/Users/ewencp/confluent/blueway.git/js/node/node_modules/npm/bin/npm-cli.js" "install" "--color=false"
[ERROR] npm ERR! node v0.12.2
[ERROR] npm ERR! npm v2.7.6
[ERROR] npm ERR! code EPEERINVALID
[ERROR]
[ERROR] npm ERR! peerinvalid The package react does not satisfy its siblings' peerDependencies requirements!
[ERROR] npm ERR! peerinvalid Peer [email protected] wants react@^0.14.3
[ERROR] npm ERR! peerinvalid Peer [email protected] wants react@^0.14.0
[ERROR] npm ERR! peerinvalid Peer [email protected] wants react@>=0.11.0 || ^0.14.0-rc
[ERROR] npm ERR! peerinvalid Peer [email protected] wants react@>=0.13.3 || ^0.14.0-beta3
[ERROR] npm ERR! peerinvalid Peer [email protected] wants react@^0.14.6
[ERROR] npm ERR! peerinvalid Peer [email protected] wants react@^0.14.0
[ERROR] npm ERR! peerinvalid Peer [email protected] wants react@^0.14.0
[ERROR]
[ERROR] npm ERR! Please include the following file with any support request:
[ERROR] npm ERR! /Users/ewencp/confluent/blueway.git/js/npm-debug.log
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.294 s
[INFO] Finished at: 2016-01-21T14:17:33-08:00
[INFO] Final Memory: 15M/310M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:0.0.27:npm (npm install) on project blueway: Failed to run task: 'npm install --color=false' failed. (error code 1) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment