Upgrading to node16 from node14 on AEM-react project does not work | Community
Skip to main content
April 12, 2023
Solved

Upgrading to node16 from node14 on AEM-react project does not work

  • April 12, 2023
  • 1 reply
  • 558 views

AEM Code and npm start was working fine with node14.

After upgrading to the node16,

npm start prints this message and local is not up.

http://admin:admin@localhost@4502 > AEM not ready

 

 

Here is the snippet of npm start logs

 

Watching ./app-build

AEM sync version 4.0.3

watch over : the directory

Targets: http://admin:admin@localhost@4502 

Exclude: **/jcr_root/*

Interval:300 

 

clientlib --verbose

start aem-clientlib-generator

working directory C:/directory

 

processing clientlib: 

write node configuration using serialization format: xml

write clientlib json file:  ..\ui.apps

 

write clientlib assert txt file (type: js)

write clientlib assert txt file (type: css)

+ jcr_root 

 

http://admin:admin@localhost@4502 > AEM not ready

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by rawvarun

try running below command:

npm cache clean -f 

 

1 reply

rawvarun
Community Advisor
rawvarunCommunity AdvisorAccepted solution
Community Advisor
May 15, 2023

try running below command:

npm cache clean -f