Nuxeo Maven installation Error - nuxeo

Hi I have installed the nuxeo application source through nuxeo github. but while installing the maven dependencies i got the following Error.
Please Find The Error Below.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on project nuxeo-launcher-commons: There are test failures.
[ERROR]
[ERROR] Please refer to D:\nuxeolocalcode\nuxeo\nuxeo-runtime\nuxeo-launcher-commons\target\surefire-reports for the individual test results.
Please Help me solve the issue.
Thanks in advance.

Try to install with -DskipTests
mvn -DskipTests install
https://doc.nuxeo.com/corg/getting-the-nuxeo-source-code/

Related

Cannot activate yarn

I'm following yarn installation doc. When I run corepack prepare yarn#stable --activate, I'm getting Usage Error: Invalid package manager specification in CLI arguments; expected a semver version. Anyone know what's up?
As per this github issue https://github.com/yarnpkg/berry/issues/4132, you should corepack enable instead of corepack prepare

× Package install failed, see above. The Schematic workflow failed. See above

When I run ng new project-1 in command prompt, it shows this error.
× Package install failed, see above.
The Schematic workflow failed. See above.
I tried installing node latest version, but again I got this error.
Hope you can help me with this.
Thanks in advance !
I installed angular/cli latest version through follo, and it solved the problem.
npm i #angular/cli

Error while building maven project s4hana cloud sdk

with RELEASE version mentioned in archeType its giving this error
Execution default of goal
com.sap.cloud.s4hana.plugins:s4sdk-maven-plugin:2.19.1:usage-analytics
failed: Plugin com.sap.cloud.s4hana.plugins:s4sdk-maven-plugin:2.19.1
or one of its dependencies could not be resolved: Failed to collect
dependencies at
com.sap.cloud.s4hana.plugins:s4sdk-maven-plugin:jar:2.19.1 ->
com.sap.cloud.s4hana.plugins:usage-analytics:jar:2.19.2-SNAPSHOT
at the time of mvn clean install
This error hints at a problem with your local Maven repository, which seems to contain a newer SNAPSHOT version.
Either use mvn clean install -U to force an update of dependencies, or delete your local .m2 folder to download dependencies again.

NPM installation error of github repository

I am trying to clone and install this repository UpStarMusic for a udemy course.
I have node version of 8.1.2 in my windows 10 with latest VisualStudioCode editor.
When I used npm install into the clone directory I am getting a following error
Detailed Error Log
Errors are at the bottom of this log file.
How to get out of this mess?
Update 1:
I have installed build tools and now I am getting following electron error.
Electron Error
Update 2
Starting command prompt as administrator
changing directory path and building project

phonegap installation fails due to package failure on https://github.com/ariya/esprima/tarball/master

I have an error when installing phonegap.
I have a problem with the https://github.com/ariya/esprima/tarball/master package, as it cannot be installed.
I have changed many different registries but all failed on the esprima module.
I even download the exact tarball manually from github and executed the following on the local filesystem:
npm install file_url
There is no sign of failure but "phonegap" command cannot still be used.
Please tell me how to install the failed module and finally get phonegap to work?
Thank you very much!

Resources