Skip to content

Instantly share code, notes, and snippets.

@mkovacek
Created March 20, 2021 11:04
Show Gist options
  • Save mkovacek/b1cd9e0aa4df609e5aea5fc967d85c37 to your computer and use it in GitHub Desktop.
Save mkovacek/b1cd9e0aa4df609e5aea5fc967d85c37 to your computer and use it in GitHub Desktop.
INFO] --- frontend-maven-plugin:1.6:npm (npm install) @ core.wcm.components.angular.examples.spa-components ---
[INFO] Running 'npm install' in /Users/matija.kovacek/development/aem-angular-core-wcm-components/examples/angular-spacomponents-example-project
[WARNING] npm WARN checkPermissions Missing write access to /Users/matija.kovacek/development/aem-angular-core-wcm-components/examples/angular-spacomponents-example-project/node_modules/@adobe/aem-core-components-angular-base
[WARNING] npm WARN checkPermissions Missing write access to /Users/matija.kovacek/development/aem-angular-core-wcm-components/examples/angular-spacomponents-example-project/node_modules/@adobe/aem-core-components-angular-spa
[WARNING] npm WARN ws@7.4.2 requires a peer of bufferutil@^4.0.1 but none is installed. You must install peer dependencies yourself.
[WARNING] npm WARN ws@7.4.2 requires a peer of utf-8-validate@^5.0.2 but none is installed. You must install peer dependencies yourself.
[WARNING] npm WARN ws@7.4.2 requires a peer of bufferutil@^4.0.1 but none is installed. You must install peer dependencies yourself.
[WARNING] npm WARN ws@7.4.2 requires a peer of utf-8-validate@^5.0.2 but none is installed. You must install peer dependencies yourself.
[WARNING] npm WARN sass-loader@8.0.2 requires a peer of node-sass@^4.0.0 but none is installed. You must install peer dependencies yourself.
[WARNING] npm WARN sass-loader@8.0.2 requires a peer of fibers@>= 3.1.0 but none is installed. You must install peer dependencies yourself.
[WARNING] npm WARN webpack-subresource-integrity@1.4.0 requires a peer of html-webpack-plugin@^2.21.0 || ~3 || >=4.0.0-alpha.2 <5 but none is installed. You must install peer dependencies yourself.
[ERROR]
[ERROR] npm ERR! path /Users/matija.kovacek/development/aem-angular-core-wcm-components/examples/angular-spacomponents-example-project/node_modules/@adobe/aem-core-components-angular-base
[ERROR] npm ERR! code ENOENT
[ERROR] npm ERR! errno -2
[ERROR] npm ERR! syscall access
[ERROR] npm ERR! enoent ENOENT: no such file or directory, access '/Users/matija.kovacek/development/aem-angular-core-wcm-components/examples/angular-spacomponents-example-project/node_modules/@adobe/aem-core-components-angular-base'
[ERROR] npm ERR! enoent This is related to npm not being able to find a file.
[ERROR] npm ERR! enoent
[ERROR]
[ERROR] npm ERR! A complete log of this run can be found in:
[ERROR] npm ERR! /Users/matija.kovacek/.npm/_logs/2021-03-20T11_02_08_892Z-debug.log
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Adobe Experience Manager Core WCM Components - Angular Examples - reactor 1.0.0-SNAPSHOT:
[INFO]
[INFO] Adobe Experience Manager Core WCM Components - Angular Examples - reactor SUCCESS [ 6.808 s]
[INFO] Examples - Angular Web Components .................. SUCCESS [ 35.244 s]
[INFO] Examples - Angular Spa ............................. FAILURE [ 8.789 s]
[INFO] Examples - Bundle .................................. SKIPPED
[INFO] Examples - UI Apps ................................. SKIPPED
[INFO] Examples - Content ................................. SKIPPED
[INFO] Adobe Experience Manager Core WCM Components - angular Examples - Full Package SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 52.241 s
[INFO] Finished at: 2021-03-20T12:02:08+01:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.6:npm (npm install) on project core.wcm.components.angular.examples.spa-components: Failed to run task: 'npm install' failed. org.apache.commons.exec.ExecuteException: Process exited with an error: 254 (Exit value: 254) -> [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
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <args> -rf :core.wcm.components.angular.examples.spa-components
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment