You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I do steps exactly as described in README.md section titled Running from Docker up to git checkout command.
I write git checkout develop.
I write modified docker build command so it works on my operating system: docker build -t element-web:local-test --build-arg USE_CUSTOM_SDKS=true --build-arg REACT_SDK_REPO="https://github.com/matrix-org/matrix-react-sdk.git" --build-arg REACT_SDK_BRANCH="develop" --build-arg JS_SDK_REPO="https://github.com/matrix-org/matrix-js-sdk.git" --build-arg JS_SDK_BRANCH="develop" .
I'm guessing that when you cloned the repo, git messed with your line endings. You probably want to follow https://stackoverflow.com/a/13154031/796832 to get LF \n line endings.
Steps to reproduce
README.md
section titledRunning from Docker
up to git checkout command.git checkout develop
.docker build -t element-web:local-test --build-arg USE_CUSTOM_SDKS=true --build-arg REACT_SDK_REPO="https://github.com/matrix-org/matrix-react-sdk.git" --build-arg REACT_SDK_BRANCH="develop" --build-arg JS_SDK_REPO="https://github.com/matrix-org/matrix-js-sdk.git" --build-arg JS_SDK_BRANCH="develop" .
Outcome
What did you expect?
I expected that the command completes building the web app.
What happened instead?
Midway through and error message appeared.
Operating system
Windows 10 Pro N
Browser information
No response
URL for webapp
v1.10.1
Application version
v1.10.1
Homeserver
No response
Will you send logs?
No
The text was updated successfully, but these errors were encountered: