You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed graphql-cli globally. I then run command: graphql create foo
I select typescript-advanced OR typescript-basic and get the below error. I tried install prisma globally (npm install -g prisma) and this does not help.
The project folder is populated with at least some of the files.
Possibly unrelated, but the project in this state generates the following error (for advanced) immediately after starting with yarn dev:
Type "Node" is missing a "resolveType" resolver. Pass false into "resolverValidationOptions.requireResolversForResolveType" to disable this warning.
Server is running on http://localhost:4000
And it looks like this for the basic project:
Type "Node" is missing a "resolveType" resolver. Pass false into "resolverValidationOptions.requireResolversForResolveType" to disable this warning.
Server is running on http://localhost:4000
(node:13432) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): TypeError: url_1.URL is not a constructor
The text was updated successfully, but these errors were encountered:
I have installed graphql-cli globally. I then run command:
graphql create foo
I select typescript-advanced OR typescript-basic and get the below error. I tried install prisma globally (npm install -g prisma) and this does not help.
The project folder is populated with at least some of the files.
Possibly unrelated, but the project in this state generates the following error (for advanced) immediately after starting with
yarn dev
:And it looks like this for the basic project:
The text was updated successfully, but these errors were encountered: