uNetworking / uWebSockets.js

μWebSockets for Node.js back-ends :metal:
Apache License 2.0
8.08k stars 574 forks source link

uWS not running on node v16 #858

Closed a-tonchev closed 1 year ago

a-tonchev commented 1 year ago

After updating to uWS v20.18.0 the server won't start. I get message that the node version is not supported, even I am using node v 16.18.0

(Ubuntu 20.04 on WSL)

image

uNetworkingAB commented 1 year ago

Try 20.19.0

a-tonchev commented 1 year ago

@uNetworkingAB it seems to work, thanks Alex