Replies: 1 comment 2 replies
-
What does your package.json look like? |
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
-
The project is hosting on Lambda and built with Webpack 5.
I got this error:
function getPeerDependencyGraphQLRequirement() {
const ownPackageJson = require("../../package.json");
return ownPackageJson.peerDependencies.graphql;
}
There is an error that peerDependencies is undefined. Any thoughts?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions