This repository was archived by the owner on Jun 19, 2025. It is now read-only.
This repository was archived by the owner on Jun 19, 2025. It is now read-only.
Install without GraphQL results in many warnings #175
Open
Description
Summary
After adding nest-raven
to a new project I am seeing a lot of new warnings when a project has no dependence on GraphQL.
See screenshot below.
Any recommendations for working around this? I am aware that @nestjs/graphql
is an optionalDependency
, and yarn doesn't seem able to disable an optional dependency for a single package.
Perhaps another version of nest-raven
could exist just for the GraphQL dependency? Such as nest-graphql-raven
? I could see this repository containing multiple packages similar to others like babel
, nestjs
, react-router
, etc do today.
Metadata
Metadata
Assignees
Labels
No labels