Build Error in AEM Wknd Project
Could you please help me fix the build error on the below code?
https://github.com/vineetham123/aem-guides-wknd.git
branch : vineeth-first
Could you please help me fix the build error on the below code?
https://github.com/vineetham123/aem-guides-wknd.git
branch : vineeth-first
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.