-
Notifications
You must be signed in to change notification settings - Fork 9
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
pnpm support #137
Comments
Do you have a repo you can share with your setup? I'd be happy to take a look |
so one issue seems to be using
Although things can get a little weird with yarn pnp, because it doesnt create node_modules by default. Another option is detecting the current package manager and calling |
Sorry for the radio silence on this! Its still on my radar...just getting pulled in a few directions. After some testing I can make this work with the exception of yarn pnp. That might take some more work... |
👋🏻 hello again! I have just merged in and released version 3.0.0 of I took a bit of extra time to find a solution for yarn pnp support :) |
It seems that if I'm using pnpm instead of npm, the inputs are no longer being loaded correctly.
I wanted to use pnpm because of how it handles
link:
style package dependencies for testing with local deps.The text was updated successfully, but these errors were encountered: