Thanks to @Relief.Melone i got it working on Windows 10 and node v12.13.1 with my ESP8266 / NodeMCU
$ npm install -g espruino $ espruino --port COM3 --board ESP8266 -b 115200 --no-ble Espruino Command-line Tool 0.1.32 ----------------------------------- Explicit board JSON supplied: "ESP8266" Connecting to 'COM3' Connected >1+1 =2 >
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Thanks to @Relief.Melone i got it working on Windows 10 and node v12.13.1 with my ESP8266 / NodeMCU