webos-tools / cli

command-line interface (CLI) for webOS
Apache License 2.0
16 stars 4 forks source link

Severe error message. #8

Open TehDomic opened 1 month ago

TehDomic commented 1 month ago

I keep getting this error when running any ares commands on a new installation of webos-tools/cli. I installed it on a Windows 11 machine via npm install -g @webos-tools/cli.

Error

I have the latest version installed and have reinstalled multiple times. npm update does not fix anything either.

nhamkthd commented 1 month ago

@TehDomic Currently, ARES-CLI is recommended to use Nodejs version from v14.15.1 to v16.20.2, I checked that this error would display from Nodejs v21. Please refer https://nodejs.org/api/deprecations.html#DEP0040 for more detail. Thank you!