Closed daisuke-awaji closed 4 years ago
string-interpolation
, which is used by json-schema
handler, doesn't have core-js dependency.
@dotansimha Do you have any idea why this happens?
Not sure, @ardatan
@daisuke-awaji can you please share a repo that has this issue? I don't think we have any dependency for core-js
at all.
btw, you need to specify more details for json-schema
handler. You can load the YAML validation schema to your IDE to get real-time autocomplete and validation, see Basic Usage
in the README
Available in 0.0.17 🎉
Sorry for the late reply. Thanks for solving.
hi. I'm having a bit of trouble, so let me share.
To load the json-schema, I wrote the following in .meshrc.yaml
package.json is as follows
And when I try to start the graphql-mesh server, I get an error like the following
To fix this, I decided to install an older version of core-js.
I think we need to resolve these library dependencies.