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.

WKND GraphQL React app

Avatar

Level 5

I have followed this link: https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-with-aem-headless/g... to do the setup for GraphQL in AEM. To use the data generated from GraphQL queries, a react app is used. For that a git repository command is given in the documentation. That didn't work for me. So, I cloned this git repository: https://github.com/adobe/aem-guides-wknd-graphql and in that it is mentioned to run these commands in the react app folder :

npm install

npm start

But when I do this, the page is loaded but shows this error:Screenshot from 2021-11-26 10-59-11.png

How to solve this error?

2 Replies