Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: Cannot read property 'join' of undefined #18

Open
gcsfred opened this issue Sep 25, 2015 · 0 comments
Open

TypeError: Cannot read property 'join' of undefined #18

gcsfred opened this issue Sep 25, 2015 · 0 comments

Comments

@gcsfred
Copy link

gcsfred commented Sep 25, 2015

What causes this problem?

C:\Users\Gustavo>jilla ls
C:\Users\Gustavo\AppData\Roaming\npm\node_modules\jilla\bin\jilla:141
res.body.errorMessages.join('\n')
^

TypeError: Cannot read property 'join' of undefined
at C:\Users\Gustavo\AppData\Roaming\npm\node_modules\jilla\bin\jilla:141:31
at Request.callback (C:\Users\Gustavo\AppData\Roaming\npm\node_modules\jilla
\node_modules\superagent\lib\node\index.js:630:3)
at Request. (C:\Users\Gustavo\AppData\Roaming\npm\node_modules\ji
lla\node_modules\superagent\lib\node\index.js:131:10)
at emitOne (events.js:77:13)
at Request.emit (events.js:169:7)
at IncomingMessage. (C:\Users\Gustavo\AppData\Roaming\npm\node_mo
dules\jilla\node_modules\superagent\lib\node\index.js:773:12)
at emitNone (events.js:72:20)
at IncomingMessage.emit (events.js:166:7)
at endReadableNT (_stream_readable.js:893:12)
at doNTCallback2 (node.js:429:9)

C:\Users\Gustavo>jilla
usage: jilla []

Commands:
config Update jilla configuration
ls List open issues
start Start working on an issue
stop (--log) Stop working on an issue (and log time)
log Log work
running List issues in progress
resolve Resolve issue
reopen Reopen issue
close Close issue
needinfo Set issue status to Needs Info
status (status) Changes issue status to "status" (no status to ge
t a list of options)
search Find issues
describe Display issue synopsis
comments (--reverse) Display comments on an issue
subtasks List an issue's subtasks
comment "" Comment on an issue
user Search for a user
assign Assign issue to a user

C:\Users\Gustavo>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant