vue-cli 3.0
vue ui
Open the graphical interface, but the interface keeps loading
reporting errors as follows
Unhandled GraphQL subscription error
Uncaught (in promise) Error: Network error: Cannot use GraphQLSchema "[object Object]" 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.
I still have this error after I delete and reinstall node_modules, but it doesn"t affect other uses.
looks like there are two versions of graphql installed. But this seems to be a dependency that comes with vue-cli 3.0, and I don"t have it in my package.json.