Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.

Aem 6.4 SPA React Gradle build is stuck at 83%

Avatar

Level 2

Hi, My build(.\gradlew) is stuck at 83% i kept it for 1day still there was no progress. Please help me. I tried running aem through  command as well "java -Xmx4096M -jar cq-author-p4502.jar -gui -r author,local -port 4502 -debug 10123", there was no progress. I'm blocked any help would be appreciated.

 

renoyroy_0-1619535987788.png

renoyroy_0-1620218170454.png

 

 

5 Replies

Avatar

Community Advisor

@renoyroy Can you try deleting your node modules and again execute the npm install ?

Avatar

Level 2

@Nikhil-KumarThanks for your reply. I tried that as well still the same. And instead of ./gradlew i tried commands one by one 1) .\gradlew :aem:assembly:full:aemCompose - Success, 2) >.\gradlew :aem:assembly:full:executeWebpack - Success. 3) .\gradlew :aem:assembly:full:aemUpload - Its stuck at 95%(attached screenshot for your reference. 

Avatar

Level 2
@Nikhil-Kumar Thanks for your reply. I tried that as well still the same. And instead of ./gradlew i tried commands one by one 1) .\gradlew :aem:assembly:full:aemCompose - Success, 2) >.\gradlew :aem:assembly:full:executeWebpack - Success. 3) .\gradlew :aem:assembly:full:aemUpload - Its stuck at 95%(attached screenshot for your reference. Thanks)

Avatar

Community Advisor
 

@renoyroy 

 

As @Nikhil-Kumar  mentioned ,try deleting node_modules along with package lock.json file (if any) and then run 'npm install' again.