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
Hi,
Following the tutorial but stuck at generating query files.
When I run npm run codegen which is translated to apollo client:codegen --target typescript --watch
I get the following error:
Generating query files with 'typescript' target
→ Syntax error in file:///Users/anatoly/Documents/git/fullstack-tutorial/start/client/src/pages/launches.tsx: Syntax Error: Unexpected <
…
Hi,
Following the tutorial but stuck at generating query files.
When I run
npm run codegen
which is translated toapollo client:codegen --target typescript --watch
I get the following error:
My launches.tsx looks correct:
My package.json is following:
Tried with node v14.4.0 and v13.12.0, same error. Any suggestions what am I doing wrong? Thank you.
The text was updated successfully, but these errors were encountered: