-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Module not found: Error: Can't resolve './graphql' #7744
Comments
Here's the full log
|
Reading about this graphql/graphql-js#2721 I added this to rule and almost all errors are gone:
with the exception of this error:
|
resolve: { |
Which files are we editing here to put either the rules or the resolve snippets in? There are like a billion config files lol |
This issue has been automatically locked since there hasn't been any recent activity after it was closed. Please open a new issue for related bugs. Looking for a help forum? We recommend joining the Amplify Community Discord server |
I am experincing this error:
I have imported the following:
It is occurring I believe when I attempt to save a model:
I have a public repo. I have tagged the commit so you can replicate it in the exact state this is happening in:
https://github.com/omenking/banana-brigade/tree/0.0.1
I do have deployed infrastructure via the Admin UI, which is linked via the awsconfig.yml.
I have not pulled my backend code because it is my attempt to keep as much code out of my repo as possible.
I don't know if this is the cause of this error
Similar error in this ticket #7538 but not much insight to help solve my issue
My node_modules does contain graphql
I thought maybe it wants
@aws-amplify/pubsub
but that is not the case.The text was updated successfully, but these errors were encountered: