Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list

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.