ManteshP / tsed-sample

0 stars 0 forks source link

Missing dependencies #1

Open Romakita opened 2 months ago

Romakita commented 2 months ago

You've missed in your example to install explicitly theses dependencies.

Please run:

npm install --save  graphql type-graphql @apollo/server @apollo/datasource-rest graphql-ws  graphql-scalars 

Wrong dependency:

"@tsed/apollo": "^7.83.0", => "@tsed/apollo": "7.81.0-rc.2",

PLEASE INSTALL THE SAME VERSION FOR ALL TSED DEPENDENCIES! Also avoid carret before version. Npm or yarn will try to install 7.83.0

Romakita commented 2 months ago
Capture d’écran 2024-09-12 à 09 25 08

Seems to works