Created
January 21, 2016 22:36
-
-
Save ewencp/6387c4947bf196dbbf2d to your computer and use it in GitHub Desktop.
mvn build error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ✘-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 blueway@0.0.1 No description | |
| [ERROR] npm WARN package.json blueway@0.0.1 No repository field. | |
| [ERROR] npm WARN package.json blueway@0.0.1 No README data | |
| [ERROR] npm WARN package.json assert@1.3.0 assert is also the name of a node core module. | |
| [ERROR] npm WARN package.json buffer@3.5.4 buffer is also the name of a node core module. | |
| [ERROR] npm WARN package.json events@1.1.0 events is also the name of a node core module. | |
| [ERROR] npm WARN package.json indexof@0.0.1 No repository field. | |
| [ERROR] npm WARN package.json punycode@1.3.2 punycode is also the name of a node core module. | |
| [ERROR] npm WARN package.json querystring@0.2.0 querystring is also the name of a node core module. | |
| [ERROR] npm WARN package.json smart-mixin@1.2.1 No repository field. | |
| [ERROR] npm WARN package.json string_decoder@0.10.31 string_decoder is also the name of a node core module. | |
| [ERROR] npm WARN package.json url@0.10.3 url is also the name of a node core module. | |
| [ERROR] npm WARN package.json util@0.10.3 util is also the name of a node core module. | |
| [ERROR] npm WARN prefer global babel@5.8.34 should be installed with -g | |
| [INFO] | |
| [INFO] > fsevents@1.0.5 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] > spawn-sync@1.0.13 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 react-dom@0.14.3 wants react@^0.14.3 | |
| [ERROR] npm ERR! peerinvalid Peer react-redux@4.0.6 wants react@^0.14.0 | |
| [ERROR] npm ERR! peerinvalid Peer react-hot-api@0.4.7 wants react@>=0.11.0 || ^0.14.0-rc | |
| [ERROR] npm ERR! peerinvalid Peer react-json-tree@0.1.9 wants react@>=0.13.3 || ^0.14.0-beta3 | |
| [ERROR] npm ERR! peerinvalid Peer react-addons-test-utils@0.14.6 wants react@^0.14.6 | |
| [ERROR] npm ERR! peerinvalid Peer redux-devtools-dock-monitor@1.0.1 wants react@^0.14.0 | |
| [ERROR] npm ERR! peerinvalid Peer redux-devtools-log-monitor@1.0.2 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