-
-
Notifications
You must be signed in to change notification settings - Fork 130
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
Issue with monorepo? #1032
Comments
This error usually means you're missing a A thing to look for is if you have a It seems unlikely that this is specific to use in a monorepo though example apps in the |
This is duplicate of #676 (and #684). It's a known limitation and our target is to tackle it after v0.22. However if anyone is interested (looking at @tylersayshi ), feel free to tackle beforehand. Nothing is blocking to work on it. |
@tylersayshi do you mean from the monorepo project or the waku project within the monorepo?
|
@tylersayshi gotcha I'll close this out in favor of the referenced issues then. |
... actually @Emsu I am looking more closely now and I think your issue is unique. Can you re-open? sorry for my confusion. Is this project open source or are you able to give any details for how to reproduce? |
@Emsu are you able to retry with [email protected]? @rmarscher saw the same error in their monorepo and were able to resolve after upgrading. if no luck with that, I’m happy to take a deeper look if we can reproduce it somehow. Thanks! |
I found that #1056 was caused by running in a monorepo. It makes the import paths include the absolute system file path instead of the relative project path because the import is outside the root of the project. |
Thanks @rmarscher for looking into it. If #1056 was the same issue as this one, which makes sense because it can cause Would anyone like to give a try and see if it's really solved?
|
Please try v0.21.9. If any problem exists with a monorepo setup, please open a new issue. |
Let's keep this open while #1079 is in progress. |
I added waku into a pnpm monorepo and a standalone repo via
pnpm create waku@latest
. The standalone repo is building currently and showing the app but the one installed into a monorepo errors withError: Missing Root component
.Any ideas on how the create-waku app in a monorepo is different from standalone?
The text was updated successfully, but these errors were encountered: