You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running following errors come uo. Pls fix :(
NPM version is 3.5.1
Node Version is v5.1.1
System is Windows 10 and Debian 7 (tested on both)
T:\nordlab\doorFeedGen\node_modules\irc\lib\irc.js:926
if (c.match(/\s/)) {
^
TypeError: Cannot read property 'match' of undefined
at Client._splitLongLines (T:\nordlab\doorFeedGen\node_modules\irc\lib\irc.j
s:926:10)
at T:\nordlab\doorFeedGen\node_modules\irc\lib\irc.js:963:36
at Array.forEach (native)
at Client._speak (T:\nordlab\doorFeedGen\node_modules\irc\lib\irc.js:962:12)
at Client.say (T:\nordlab\doorFeedGen\node_modules\irc\lib\irc.js:949:10)
at Object.module.exports.ircSend (T:\nordlab\doorFeedGen\handlers\irc.js:12:
7)
at Request._callback (T:\nordlab\doorFeedGen\main.js:37:11)
at Request.self.callback (T:\nordlab\doorFeedGen\node_modules\request\reques
t.js:198:22)
at emitTwo (events.js:87:13)
at Request.emit (events.js:172:7)
Is there a way of fixing it?
The text was updated successfully, but these errors were encountered:
When running following errors come uo. Pls fix :(
NPM version is 3.5.1
Node Version is v5.1.1
System is Windows 10 and Debian 7 (tested on both)
Is there a way of fixing it?
The text was updated successfully, but these errors were encountered: