paranic
paranic
```internal/validators.js:124 throw new ERR_INVALID_ARG_TYPE(name, 'string', value); ^ TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received undefined at validateString (internal/validators.js:124:11) at Object.resolve (path.js:980:7) at resolveMainPath (internal/modules/run_main.js:12:40) at Function.executeUserEntryPoint...
i think it is a common pitfall. i wanted to use a ready made flow from the store (witch is an amazing idea) and i think i need a key...
i usually get segmentation error when i try to print something on top of something else or print something out of bounds. watch closely what you print and in what...
go to https://github.com/4ib3r/node-epd/blob/5d25575b999ed1451c2d09d34bdb5050862367a7/src/epd_driver.h#L13 and change #define EPD2X9 1 to #define EPD02X13 1 then rebuild the module
it is not used the documentation is a bit outdated.
I am not sure but i think i have the same issue here with the latest image. it can only be accessed through ipv6 address of the host machine. eg...
as i think it is like this by design you cannot set host to listen on 0.0.0.0 by default it works only on 127.0.0.1:5000 and you are supposed to setup...
you mean override both components localy on my project and then start tweaking because the esp-mesh-lite componets has this line https://github.com/espressif/esp-mesh-lite/blob/88d690d16bcd505270e512f4050b6871b16e5922/components/mesh_lite/idf_component.yml#L10 witch requires version 1.0.1 @tswen