-
Notifications
You must be signed in to change notification settings - Fork 49
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
Does this work with npm? #97
Comments
Yeah this is a unexpected problem. Workaround is to manually fix things, which defeats the purpose of |
NPM was a bit late to the monorepo party, so understandably it's currently unsupported. I hope this changes soon. |
Would a PR using something like yarpm or preferred-pm be welcomed? |
+1 for this. I am having the same problems.
|
It would be great if somebody could locate where the error is coming from. This is likely an easy fix. |
Hello,
We don't use yarn, rather npm, and for the most part this works. However, at times when I run
manypkg fix
, I get the following:It seems that under the hood this wants to use yarn but since I don't have it installed its erroring. Is it possible to get away from this?
The text was updated successfully, but these errors were encountered: