-
Notifications
You must be signed in to change notification settings - Fork 2
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
Cannot find module 'amplify-codegen/src/codegen-config' #1
Comments
artemkloko
added a commit
that referenced
this issue
Dec 10, 2020
artemkloko
added a commit
that referenced
this issue
Dec 10, 2020
Thank you! @jcbdev could you please try the
|
@artemkloko Awesome thanks! I will try it out in the next few weeks but I am super busy at the moment! |
@artemkloko I got the same error. Running your commands didn't work. Is there a way to double-check if I the correct version of the plugin was installed? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First of all - Nice work! I've been looking for this exact type of thing for ages!
Unfortunately for me I get the following error when running the generate command:
This probably means you need to 'amplify-codegen' as a dependency in the package.json
Unfortunately even after installing globally
npm install -g amplify-codegen
I get the following call stack issue:Maybe my schema has a self-referencing model or two models which reference each other and its getting caught in a recursive loop?
The text was updated successfully, but these errors were encountered: