We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I'm trying to run the ev-server on Node v20.15.1 under Windows 10 and I get the following error:
ev-server\node_modules\uWebSockets.js\uws.js:24 })(); ^ Error: This version of uWS.js supports only Node.js 14, 16 and 18 on (glibc) Linux, macOS and Windows, on Tier 1 platforms (https://github.com/nodejs/node/blob/master/BUILDING.md#platform-list).
Error: Cannot find module './uws_win32_x64_115.node'
Any help will be appreciated.
The text was updated successfully, but these errors were encountered:
Downgrade to node-18 or upgrade uWebSockets.js to the latest version
uWebSockets.js
Sorry, something went wrong.
No branches or pull requests
Hello,
I'm trying to run the ev-server on Node v20.15.1 under Windows 10 and I get the following error:
ev-server\node_modules\uWebSockets.js\uws.js:24
})();
^
Error: This version of uWS.js supports only Node.js 14, 16 and 18 on (glibc) Linux, macOS and Windows, on Tier 1 platforms (https://github.com/nodejs/node/blob/master/BUILDING.md#platform-list).
Error: Cannot find module './uws_win32_x64_115.node'
Any help will be appreciated.
The text was updated successfully, but these errors were encountered: