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
When you create a Refine application and install dependencies with pnpm, pnpm dev command is failing due to missing graphql-tag dependency. pnpm expects users to install peer dependencies, even though they are optional.
Steps To Reproduce
Create an application and choose pnpm as package manager and select install example pages option.
After pnpm install, pnpm dev command is failing due to missing dependency errorr.
Expected behavior
Optional peer dependencies shouldn't prevent app to run.
Packages
@refinedev/inferencer
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
When you create a Refine application and install dependencies with pnpm, pnpm dev command is failing due to missing
graphql-tag
dependency. pnpm expects users to install peer dependencies, even though they are optional.Steps To Reproduce
Create an application and choose
pnpm
as package manager and selectinstall example pages
option.After
pnpm install
,pnpm dev
command is failing due to missing dependency errorr.Expected behavior
Optional peer dependencies shouldn't prevent app to run.
Packages
Additional Context
No response
The text was updated successfully, but these errors were encountered: