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 am encountering issues while trying to generate GraphQL types using Deno on my Windows 11 Pro system. Below are the steps I've followed and the errors I received:
Running Task:
Command: deno task start
Output includes:
Generating GraphQL types for specs at shopify\utils\admin
Error generating GraphQL types: Failed to find any GraphQL type definitions in: **/*.ts;
- EINVAL: invalid argument, stat
This indicates that the program could not find any TypeScript files matching the pattern **/*.ts.
File Check:
I verified that TypeScript files do exist in the specified directories:
Issue Type
Description:
I am encountering issues while trying to generate GraphQL types using Deno on my Windows 11 Pro system. Below are the steps I've followed and the errors I received:
Running Task:
deno task start
**/*.ts
.File Check:
C:\Users\Yuri\Desktop\coding\apps\shopify\utils\admin\queries.ts
C:\Users\Yuri\Desktop\coding\apps\shopify\utils\storefront\queries.ts
C:\Users\Yuri\Desktop\coding\apps\wake\utils\graphql\queries.ts
Deno Version:
Error Message:
EINVAL: invalid argument, stat
.Expected Behavior:
I expect the GraphQL types to be generated without any issues when the files exist in the specified directories.
Environment:
Additional Information:
I have tried running the commands in both CMD and Git Bash, and the problem persists across both environments.
The text was updated successfully, but these errors were encountered: