-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Single layer build instructions possibly broken #16555
Comments
Hmm, is the root cause that React SDK was published without the component index for some versions? |
Currently running into this issue on Arch Linux when trying to |
The core issue here is that building from develop means you'll also have develop React SDK, but since you're attempting to operate at the top layer only, React SDK's component index won't exist. One approach might be to also generate React SDK's component index as well from Element Web's indexing step. For anyone facing this issue, you should be able to workaround it by running |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
I was facing this issue today while building element-web from source, on Windows. Not sure if it matters, but I used local versions of matrix-js-sdk and matrix-react-sdk. Here is the log of this build:
Doing the above fixed the problem for me. |
I confirm. This solved my issue. But since I was using |
While I don't know that this is the EXACT same issue, the build instructions are broken again for me on latest develop branch today:
At this point idk if this is just a temporary thing with matrix-react-sdk's develop branch that I should just wait to get sorted out or not. Any info on this latest error would be appreciated. |
|
Some people are reporting that
yarn install
followed byyarn dist
in the main repo alone (without the other 2 layers) fails with the error:Since this is one of the setup paths we describe in the docs, we should either fix this or remove this path from the docs.
The text was updated successfully, but these errors were encountered: