TermKit icon indicating copy to clipboard operation
TermKit copied to clipboard

Socket IO failing to clone

Open aroscoe opened this issue 13 years ago • 5 comments

Tried building TermKit today but the Socket IO submodule fails when cloning.

git submodule update --init
Cloning into Node/node_modules/socket.io-client...
fatal: https://github.com/LearnBoost/Socket.IO.git/info/refs not found: did you run git update-server-info on the server?
Clone of 'https://github.com/LearnBoost/Socket.IO.git' into submodule path 'Node/node_modules/socket.io-client' failed

aroscoe avatar Aug 08 '11 15:08 aroscoe

Why not npm?

rauchg avatar Aug 08 '11 15:08 rauchg

Not sure what you mean?

On Aug 8, 2011, at 11:22 AM, [email protected] wrote:

Why not npm?

Reply to this email directly or view it on GitHub: https://github.com/unconed/TermKit/issues/63#issuecomment-1755006

aroscoe avatar Aug 08 '11 16:08 aroscoe

That's because the submodules path has changed. There's a pull request to fix it. https://github.com/unconed/TermKit/pull/60

callumgare avatar Aug 13 '11 02:08 callumgare

Can someone at least get this project into a usable state? I want to experiment and contribute to it, but even getting it running is a PITA

ndbroadbent avatar Dec 15 '11 03:12 ndbroadbent

@unconed let me know if you need any help on my end

Adding a package.json pointing to the right socket.io and socket.io-client would fix this easily.

rauchg avatar Dec 15 '11 04:12 rauchg