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
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.
The text was updated successfully, but these errors were encountered:
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 anoptionalDependency
, 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 asnest-graphql-raven
? I could see this repository containing multiple packages similar to others likebabel
,nestjs
,react-router
, etc do today.The text was updated successfully, but these errors were encountered: