Building ESP32 Code from scratch #2808
-
|
Cloned Repository from Github. Tried to build with VSCode and got the mentioned error message...
looked for target starting with 'ci_' in platformio.ini - no text match created a "pio_local.ini" file - does not help ... My Platform is a linux mint PC with no updates in queue.. Final message
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
|
See https://docs.emsesp.org/Building/ Or see the |
Beta Was this translation helpful? Give feedback.
-
|
Does not work: "pnpm install" works, but "pnpm build webUI" fails martin@martin-D2836-S1:~/github/EMS-ESP32/interface$ pnpm build_webUI |
Beta Was this translation helpful? Give feedback.
-
|
Was able to fix it by using a development container... Using linux mint PC
Afterwards building the ESP32 Code worked also I think, problems to build without development container are caused by some strange things Linux Mint is doing to force a certain python and node version |
Beta Was this translation helpful? Give feedback.
See https://docs.emsesp.org/Building/
You have to install nodejs. In interface folder run
pnpn installandpnpm build_webUI.Then you can run pio.
Or see the
pio_local.ini_example, the command you are looking fore isextra_scripts = pre:scripts/build_interface.py ; builds the WebUI