helix-bot commented on code in PR #2424:
URL: https://github.com/apache/helix/pull/2424#discussion_r1156330456
##########
.github/workflows/Helix-CI.yml:
##########
@@ -16,6 +16,8 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 11
+ - name: Delete frontend-maven-plugin dir
Review Comment:
Here are the community comments that recommend this approach:
This issue may be related:
https://github.com/eirslett/frontend-maven-plugin/issues/545
for me it was a network problem, I had to configure proxy in maven.
Try to open .m2\repository\com\github\eirslett\npm\n.n.n by text editor
and tell us what you get ?
I've solved this problem. and when you use Maven to compile. you have to
wait for the npm-4.0.3.tar.gz download to complete.
https://github.com/eirslett/frontend-maven-plugin/issues/545#issuecomment-316925457
A bit late but my solution was to go in and manually delete the npm and
node folders in
.m2\repository\com\github\eirslett\ and then run mvn clean install, hope
this helps!
https://github.com/eirslett/frontend-maven-plugin/issues/545#issuecomment-360774061
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]