Replace unpublished websocket-server#149
Conversation
|
The package I would suggest this project switch to the |
|
Thanks for the explanation |
|
@loginwashere any luck solving this to get Cube installed? Did you up up just using the node-websocket-server module? |
|
@miksago at the moment I don't have time to replace websocket-server with ws (and I don't think I would have time for this in near future) so I use cube from this pull request with websocket-server replaced with node-websocket-server |
|
So, is it possible to least get something published? I realize using |
|
@paco3346 why not just pull request this project to switch it to 'ws'? |
Import websocket-server source into cube because it is deprecated and has been unpublished from npm. The ws package is a recommended replacement. See square#149
Tried to install cube but installation failed with this message
After that I searched npm for websocket-server https://www.npmjs.org/package/websocket-server and found out that this package was unpublished.
Also in search results I found package https://www.npmjs.org/package/node-websocket-server which has in description mention that package replaces websocket-server.
So I decided to fix this issue replacing websocket-server with node-websocket-server.