-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Windows compatibility issue #960
Comments
Thanks for the report! Will take a look at this today or tomorrow. |
Having the absolutely same issue, described here #36 |
Confirmed. Gonna see what I can do. Also realized there's an issue with |
Ok I have a fix. Will make a PR in just a sec. |
Underlying problem turned out to be the one described here: https://essenceofcode.com/2019/11/20/linux-style-line-feeds-in-docker-desktop-on-windows/ In a nutshell, docker on windows expects files to have unix-style (LF) line endings but we had windows-style (CRLF) endings. There are various ways to fix this, but one of the simplest is to add a First, checkout the branch, clear your cache, and reset. This forces the
Then the standard:
|
I can confirm that it works now. Thanks @smartcontracts! |
Describe the bug
Failed to
docker-compose build
when trying to run local node.To Reproduce
Steps to reproduce the behavior:
2.1 cd optimism & yarn install & yarn build
2.2 cd ops & docker-compose build
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots

System Specs:
Additional context:
The text was updated successfully, but these errors were encountered: