-
-
Notifications
You must be signed in to change notification settings - Fork 135
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
BUGFIX: Fix module path in package.json #3284
Conversation
4ca10f5
to
8d5baba
Compare
nenennenennennen das mach ich schon :) |
What do you mean? |
ups hab den diff falsch gelesen |
English please 🙃 |
So is this fix now correct or not? |
hmm yes i tried to understand why ci fails ... it seems pretty much correct... odd that i missed this at all (thanks for noticing and trying to fix it) |
It is not just CI. You can see that locally as well! |
I give up for now ... i couldnt fix it ... i tried various typescript settings (https://www.typescriptlang.org/tsconfig#moduleResolution to Node16 Node12 NodeNext) upgraded typescript from 4.7 (now) to 4.9 and set other useless options in the tsconfig ... i think, we might be able to fix this one case manually by telling typescript where to find the array sorter, but that defeats the purpose of yarn workspaces. So ultimately we want to fix
hmmm wow:
|
Thanks for this fix. Tried it locally and the tests say that everything is fine, but we have some console errors inside the tests. |
But these |
Created an issue for the errors, so that we don't miss it #3288 |
thx for all the testing. |
* BUGFIX: Fix module path in package.json * WTF: am i doing with my life Co-authored-by: mhsdesign <[email protected]>
No description provided.