I am getting the following error on my terminal..after typing yarn run dev..
yarn run v1.22.22
$ set NODE_PATH=%NODE_PATH%;./src && ts-node-dev –respawn –transpile-only ./src/server.ts
[INFO] 12:13:14 ts-node-dev ver. 2.0.0 (using ts-node ver. 10.9.1, typescript ver. 5.3.3)
event-loop-stats not found, ignoring event loop metrics…
[ERROR] 12:13:27 TypeError: Cannot read properties of undefined (reading ‘fragment’)
(node:20148) NOTE: We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023.
Please migrate your code to use AWS SDK for JavaScript (v3).
For more information, check the migration guide at https://a.co/7PzMCcy
(Use node --trace-warnings ...
to show where the warning was created)
I am expecting my backend code to run at > http://localhost:8081/graphql…although i end up ending getting that fragment error..
Juhi D is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.