WKND GraphQL React app | Community
Skip to main content
Level 4
November 26, 2021

WKND GraphQL React app

  • November 26, 2021
  • 1 reply
  • 972 views

I have followed this link: https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-with-aem-headless/graphql/multi-step/graphql-and-external-app.html?lang=en 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:

How to solve this error?

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

1 reply

Level 2
November 26, 2021
Level 4
November 26, 2021

Yes, I have installed the correct versions.