arojunior / awesome-feed

Stay up to date with what is happening and what the users who you follow are working on Github
https://awesomefeed.js.org
MIT License
57 stars 8 forks source link

Uncaught Error: Cannot use e "__Schema" from another module or realm. #36

Closed arojunior closed 6 years ago

arojunior commented 6 years ago

Just in production.

Uncaught Error: Cannot use e "__Schema" from another module or realm.

Ensure that there is only one instance of "graphql" in the node_modules
directory. If different versions of "graphql" are the dependencies of other
relied on modules, use "resolutions" to ensure only one version is installed.

https://yarnpkg.com/en/docs/selective-version-resolutions

Duplicate "graphql" modules cannot be used at the same time since different
versions may have different capabilities and behavior. The data from one
version used in the function from another could produce confusing and
spurious results.
    at r (instanceOf.js:11)
    at a (definition.js:47)
    at i (definition.js:33)
    at I (definition.js:214)
    at x (definition.js:218)
    at new i (wrappers.js:70)
    at i (wrappers.js:72)
    at Object.<anonymous> (introspection.js:415)
    at t (bootstrap a93f4191953d11e43f78:54)
    at Object.<anonymous> (vendor.js:12472)
arojunior commented 6 years ago

solved updating dependencies