html.h not being rebuild
Closed this issue · 1 comments
Hi,
first of all thank you for that great iot framework! I'd like to use it, but am stuck in the very beginning:
html.h is not being rebuild, but dash.h and config.h are always been rebuild.
I use the following build flags with version ESP8266 IoT Framework @ 1.11.1
build_flags = -DREBUILD_HTML -DREBUILD_DASHBOARD -DDASHBOARD_PATH=src\dashboard.json -DREBUILD_CONFIG -DCONFIG_PATH=src\configuration.json
Anything that i am missing?
Best regards,
Dirk
...solved it.
I had overseen this error message during build (while executing "npm run build"): node: –openssl-legacy-provider is not allowed in node_options
Solution: I installed Node 18
See https://www.wisdomgeek.com/development/web-development/javascript/fixing-node-openssl-legacy-provider-is-not-allowed-in-node_options-error/