Replies: 1 comment 2 replies
-
You can solve this by going to your package.json file: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I encountered an error message stating "Unable to resolve 'graphql-request' from 'src\app\index.jsx'" while working on my project. This issue seems to be related to the inability of the module resolver to locate the 'graphql-request' package. I've checked my project's dependencies, and 'graphql-request' is indeed installed. However, it appears that the module resolution configuration may be incorrect. Could someone provide guidance on how to troubleshoot and resolve this issue?
Beta Was this translation helpful? Give feedback.
All reactions