robrighter / node-boilerplate

Everything you need to get started on a Node.js website with express and socket.IO
1.06k stars 161 forks source link

fixed messed up submodules (socket.io & socket.io-node) #12

Closed robertkowalski closed 12 years ago

robertkowalski commented 13 years ago
 $ ./bin/initproject.sh

is working again, the previous pull request failed later in checking out the submodules

:)

robertkowalski commented 13 years ago

ended in dependency hell (socket-io-client) & redis when trying to start the server - no idea what's missing after the redis module, I would bet 20 more modules ...

robrighter commented 12 years ago

Thanks for this pull request, I ended up setting things up to use NPM now that it is included in node.