Node.js + Socket.io + Windows 7 / 8?

后端 未结 11 1817
迷失自我
迷失自我 2021-02-07 05:29

I\'ve been searching everywhere, but can\'t seem to find a solution. Is it possible to install Socket.io on Node.js on Windows 7?

If not, is there some sort of alternati

11条回答
  •  情话喂你
    2021-02-07 06:02

    I had the same problem with Node.js v10.22 on Windows 7 - this worked for me:

    npm install socket.io@0.8.4
    

提交回复
热议问题