Skip to content

Instantly share code, notes, and snippets.

@ptahchiev
Created February 21, 2019 11:02
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 ptahchiev/ff4d02124fd10eb21ec1c0f447a91695 to your computer and use it in GitHub Desktop.
Save ptahchiev/ff4d02124fd10eb21ec1c0f447a91695 to your computer and use it in GitHub Desktop.
error
[INFO] --- frontend-maven-plugin:1.4:yarn (yarn install) @ nemesis-console-v2 ---
[INFO] Running 'yarn install' in /mnt/e/webdemo/nemesis-console-v2-master/src/main/frontend
[ERROR] /mnt/e/webdemo/nemesis-console-v2-master/target/node/yarn/dist/bin/yarn: 15: /mnt/e/webdemo/nemesis-console-v2-master/target/node/yarn/dist/bin/yarn: [[: not found
[INFO] yarn install v0.24.0
[INFO] [1/4] Resolving packages...
[INFO] [2/4] Fetching packages...
[ERROR] warning fsevents@1.0.17: The platform "linux" is incompatible with this module.
[INFO] info "fsevents@1.0.17" is an optional dependency and failed compatibility check. Excluding it from installation.
[ERROR] warning fsevents@1.1.2: The platform "linux" is incompatible with this module.
[INFO] info "fsevents@1.1.2" is an optional dependency and failed compatibility check. Excluding it from installation.
[ERROR] warning "react-codemirror@1.0.0" has incorrect peer dependency "react@>=15.5 <16".
[INFO] [3/4] Linking dependencies...
[ERROR] warning "react-codemirror@1.0.0" has incorrect peer dependency "react-dom@>=15.5 <16".
[ERROR] warning "react-interpolate-component@0.11.0" has incorrect peer dependency "react@^15.5.4".
[ERROR] warning "react-translate-component@0.14.0" has incorrect peer dependency "react@^15.5.4".
[ERROR] warning "react-translate-component@0.14.0" has incorrect peer dependency "counterpart@^0.17.0".
[ERROR] warning "recharts@0.22.5" has incorrect peer dependency "react@^0.14.0 || ^15.0.0".
[ERROR] warning "react-resize-detector@0.4.1" has incorrect peer dependency "react@^0.14.7 || ^15.0.0".
[ERROR] warning "react-smooth@0.3.0" has incorrect peer dependency "react@^0.14.0 || ^15.0.0".
[ERROR] warning "react-smooth@0.3.0" has incorrect peer dependency "react-dom@^0.14.0 || ^15.0.0".
[ERROR] error An unexpected error occurred: "EINVAL: invalid argument, lstat '/mnt/e/webdemo/nemesis-console-v2-master/src/main/frontend/node_modules/abab/README.md'".
[INFO] info If you think this is a bug, please open a bug report with the information provided in "/mnt/e/webdemo/nemesis-console-v2-master/src/main/frontend/yarn-error.log".
[INFO] info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13.049 s
[INFO] Finished at: 2019-02-21T11:00:15Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.4:yarn (yarn install) on project nemesis-console-v2: Failed to run task: 'yarn install' failed. org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 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
donguyen@SD-LT-0043:/mnt/e/webdemo/nemesis-console-v2-master$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment