-
Notifications
You must be signed in to change notification settings - Fork 344
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
graphql-mesh doesn't work nicely with pnpm #4456
Comments
I don't know much about pnpm. I'd recommend to use Yarn v1 as we do in the project. |
@nezdemkovski Did you manage to use pnpm with Mesh finally? |
nope, we got rid of Mesh at the end of the day 😅 |
Closing the issue then. Feel free to create a new issue with a reproduction on CodeSandbox if someone else has the same issue. |
Using mesh with pnpm fine here FWIW. |
Issue workflow progress
Progress of the issue based on the Contributor Workflow
Describe the bug
Graphql Mesh doesn't work nicely with pnpm. Mesh peer dependencies don't get hoisted or symlinked right probably.
To Reproduce
Steps to reproduce the behavior:
Replacing yarn/npm in any example should do the trick.
pnpm install
mesh build
.mesh/index.ts
, remove// @ts-nocheck
and you'll see a lot of missing deps.Expected behavior
Mesh generated files should have all peer deps installed/linked right
Environment:
auto-install-peers=true
flag enabledAdditional context
The text was updated successfully, but these errors were encountered: