-
-
Notifications
You must be signed in to change notification settings - Fork 109
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
fix(pnpm): inject rxjs path into any-observable #127
base: master
Are you sure you want to change the base?
Conversation
Might need a |
Codecov Report
@@ Coverage Diff @@
## master #127 +/- ##
==========================================
+ Coverage 96.31% 96.33% +0.01%
==========================================
Files 7 7
Lines 190 191 +1
==========================================
+ Hits 183 184 +1
Misses 7 7
Continue to review full report at Codecov.
|
This seems to also break the usage of lint-staged when using yarn v2. Is there any chance that you can put some eyes on this, @SamVerschueren? |
Also seeing this issue with yarn v2. @SamVerschueren |
@SamVerschueren Please take a look at this PR. 😢 |
When installing
listr
with pnpm, an issue occurs whereany-observable
cannot find any Observable implementation. Sincelistr
already depends onrxjs
, we can just inject it before importingany-observable
.Related: pnpm/pnpm#1496