I was installing uws, and ran into a deprecation notice:
npm WARN deprecated [email protected]: stop using this version
Upon looking on the package's NPM page, I was greeted with this:
It seems that something has occurred and uws is no longer maintained. Should uws be removed as an optional dependency? If so, what alternatives could be used instead of uws?
Hi, we're still looking into what action we could take here
seems new bindings for node.js are moving to [WIP] uNetworking/uWebSockets-node
uws module can be replaced by github link which npm will install
We'll check back on it, I honestly wouldn't be surprised if the repo remains empty :stuck_out_tongue:
The last "normal" publish of the module was version 10.148.1 — we could change the dependency to [email protected], but one would still see the depreciation notice upon install.
Additionally, the project's license would allow for a fork to be made and we could have a discordjs/uws GitHub repo as the dependency.
Most helpful comment
The last "normal" publish of the module was version 10.148.1 — we could change the dependency to
[email protected], but one would still see the depreciation notice upon install.Additionally, the project's license would allow for a fork to be made and we could have a
discordjs/uwsGitHub repo as the dependency.