Open Romakita opened 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
Seems to works
You've missed in your example to install explicitly theses dependencies.
Please run:
Wrong dependency:
PLEASE INSTALL THE SAME VERSION FOR ALL TSED DEPENDENCIES! Also avoid carret before version. Npm or yarn will try to install 7.83.0