We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.4.2
examples/graphql-api
yarn
yarn dev
Error: Cannot find module 'graphql'
graphql should be included in package.json to prevent the module missing.
graphql
package.json
graphql is not in package.json which causes the error happened.
The text was updated successfully, but these errors were encountered:
dependencies
graphql-api
Successfully merging a pull request may close this issue.
What version of Remix are you using?
1.4.2
Steps to Reproduce
examples/graphql-api
.yarn
to install all dependencies.yarn dev
and I got error message from console which isError: Cannot find module 'graphql'
.Expected Behavior
graphql
should be included inpackage.json
to prevent the module missing.Actual Behavior
graphql
is not inpackage.json
which causes the error happened.Note
The text was updated successfully, but these errors were encountered: