microsoft / devicescript

TypeScript for Tiny IoT Devices (ESP32, RP2040, ...)
https://microsoft.github.io/devicescript/
MIT License
3.23k stars 111 forks source link

Update node version warning in devtoolsserver.ts #680

Closed bdombro closed 5 months ago

bdombro commented 5 months ago

The warning says 16+ is required, when actually 20+ is required. I had 18 and was very confused with the warning until I looked at the source code.

pelikhan commented 5 months ago

nice fix thanks

bdombro commented 5 months ago

Cool -- here is another PR for the docs -- https://github.com/microsoft/devicescript/pull/681