Could you please help me fix the build error on the below code?
https://github.com/vineetham123/aem-guides-wknd.git
branch : vineeth-first
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
You have 2 errors:
1. The Servlet has a commented code that is not properly formatted. Either remove the comment or fix it following the JavaDoc spec
2. The versions of your custom Node plugins are conflicting, you can simply go to your ui.frontEnd module, then run npm install, and this will show you if there are any additional issue. To me, that seems to fix everything, after that i was able to run mvn clean install without issues from the root folder.
Hope this helps
Hi,
You have 2 errors:
1. The Servlet has a commented code that is not properly formatted. Either remove the comment or fix it following the JavaDoc spec
2. The versions of your custom Node plugins are conflicting, you can simply go to your ui.frontEnd module, then run npm install, and this will show you if there are any additional issue. To me, that seems to fix everything, after that i was able to run mvn clean install without issues from the root folder.
Hope this helps
Can you please also post your build error log? This will help community members to understand the problem you are facing while building the project.
Views
Likes
Replies
Views
Likes
Replies