avatarkava / beavisbot

A node.js powered bot for plug.dj and dubtrack.fm
https://github.com/avatarkava/beavisbot/wiki
MIT License
22 stars 20 forks source link

New to nodejs #107

Closed xSidewinderx closed 9 years ago

xSidewinderx commented 9 years ago

I get this when I try to run it? TypeError: Object # has no method 'tcpListen'

avatarkava commented 9 years ago

Have you run npm update to grab all of the packages (this works similar to composer, bower, etc)?

xSidewinderx commented 9 years ago

Just tried it, with no luck. sorry heres the full line TypeError: Object #< PlugAPI > has no method 'tcpListen'

avatarkava commented 9 years ago

Can you verify if you have a node_modules/ folder under your root project folder and what folders are in there if any?

thedark1337 commented 9 years ago

@avatarkava @xSidewinderx I removed TCPListen in the latest version of plugAPI, that might be why.

avatarkava commented 9 years ago

Ah you may be running off a newer version than I. I'll remove from my code :dart:

avatarkava commented 9 years ago

Try pulling again @xSidewinderx - Removed in 3a9499a5561562016e30f344bee2dda2ce95da2d

xSidewinderx commented 9 years ago

All good now, just need to learn how to setup Sequelize. :)