-
Notifications
You must be signed in to change notification settings - Fork 7
running command "mvn clean package" gives error #3
Description
[INFO] Scanning for projects...
[INFO]
[INFO] --------------------< de.linkvt.bachelor:ontobench >--------------------
[INFO] Building Ontology-Visualization-Benchmark-Generator 1.3.0
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ ontobench ---
[INFO] Deleting /mnt/c/Users/Vertika/Downloads/OntoBench-master/OntoBench-
master/src/main/resources/static (includes = [], excludes = [])
[INFO]
[INFO] --- frontend-maven-plugin:0.0.28:install-node-and-npm (install node and npm) @ ontobench ---
[INFO] Found proxies: []
[INFO] Node v4.3.0 is already installed.
[INFO] Found NPM version 2.14.12
[INFO]
[INFO] --- frontend-maven-plugin:0.0.28:npm (npm install) @ ontobench ---
[INFO] Found proxies: []
[INFO] Running 'npm install' in /mnt/c/Users/Vertika/Downloads/OntoBench-master/OntoBench-master/src/main/web [INFO]
[INFO] > ontology-visualization-benchmark-generator@0.0.1 postinstall /mnt/c/Users/Vertika/Downloads/OntoBench-master/OntoBench-master/src/main/web
[INFO] > bower install && brunch build
[INFO]
[INFO] 23:01:17 - info: compiling
[INFO] 23:01:21 - info: compiling.
[INFO] 23:01:25 - info: compiling..
[INFO] 23:01:29 - info: compiling...
[ERROR] 23:01:29 - error: Compiling of app/Generator.js failed. Error: Couldn't find preset "/mnt/c/Users/Vertika/Downloads/OntoBench-master/OntoBench-master/src/main/web/node_modules/babel-preset-latest" relative to directory "app"
[ERROR] Stack trace was suppressed. Run with LOGGY_STACKS=1 to see the trace.
[ERROR] 23:01:29 - error: Compiling of app/app.js failed. Error: Couldn't find preset "/mnt/c/Users/Vertika/Downloads/OntoBench-master/OntoBench-master/src/main/web/node_modules/babel-preset-latest" relative to directory "app"
[ERROR] Stack trace was suppressed. Run with LOGGY_STACKS=1 to see the trace.
[ERROR] 23:01:29 - error: Compiling of app/FeatureContainer.js failed. Error: Couldn't find preset "/mnt/c/Users/Vertika/Downloads/OntoBench-master/OntoBench-master/src/main/web/node_modules/babel-preset-latest" relative to directory "app"
[ERROR] Stack trace was suppressed. Run with LOGGY_STACKS=1 to see the trace.
[ERROR] 23:01:29 - error: Compiling of app/Ui.js failed. Error: Couldn't find preset "/mnt/c/Users/Vertika/Downloads/OntoBench-master/OntoBench-master/src/main/web/node_modules/babel-preset-latest" relative to directory "app"
[ERROR] Stack trace was suppressed. Run with LOGGY_STACKS=1 to see the trace.
[INFO] 23:01:30 - info: compiled 7 files into 2 files, copied 2 in 42.4 sec
[ERROR]
[ERROR] npm ERR! Linux 4.4.0-18362-Microsoft
[ERROR] npm ERR! argv "/mnt/c/Users/Vertika/Downloads/OntoBench-master/OntoBench-master/src/main/web/node/node" "/mnt/c/Users/Vertika/Downloads/OntoBench-master/OntoBench-master/src/main/web/node/node_modules/npm/bin/npm-cli.js" "install"
[ERROR] npm ERR! node v4.3.0
[ERROR] npm ERR! npm v2.14.12
[ERROR] npm ERR! code ELIFECYCLE
[ERROR] npm ERR! ontology-visualization-benchmark-generator@0.0.1 postinstall: bower install && brunch build [ERROR] npm ERR! Exit status 1
[ERROR] npm ERR!
[ERROR] npm ERR! Failed at the ontology-visualization-benchmark-generator@0.0.1 postinstall script 'bower install && brunch build'. [ERROR] npm
ERR! This is most likely a problem with the ontology-visualization-benchmark-generator package,
[ERROR] npm ERR! not with npm itself.
[ERROR] npm ERR! Tell the author that this fails on your system:
[ERROR] npm ERR! bower install && brunch build
[ERROR] npm ERR! You can get their info via:
[ERROR] npm ERR! npm owner ls ontology-visualization-benchmark-generator
[ERROR] npm ERR! There is likely additional logging output above.
[ERROR]
[ERROR] npm ERR! Please include the following file with any support request:
[ERROR] npm ERR! /mnt/c/Users/Vertika/Downloads/OntoBench-master/OntoBench-master/src/main/web/npm-debug.log
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:00 min
[INFO] Finished at: 2020-06-18T23:01:30+05:30
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:0.0.28:npm (npm install) on project ontobench: Failed to run task: 'npm install' 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