docker-nodemcu-build: sed error
I’m on linux. I get the following error with docker when I try to build after configure.
xxxx@home-desktop ~/code/esp32/tools/nodemcu-firmware dev-esp32 ● docker run --rm -ti -v `pwd`:/opt/nodemcu-firmware marcelstoer/nodemcu-build build
sed: -e expression #1, char 99: unknown option to `s'
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 16 (5 by maintainers)
@marcelstoer , I’m facing the same issue on MacOS (followed the exact procedure from README) and was able to fix it based @raghur 's finding.
and it works.