Install in chroot is unhappy with state.config.version #43

Open
opened 2020-03-23 12:02:02 +00:00 by Ghost · 0 comments

What can be done to deal with this error?

/usr/lib/node_modules/telebit/bin/telebit-remote.js:658
  var verstrd = [ pkg.name + ' daemon v' + state.config.version ];
                                                        ^

TypeError: Cannot read property 'version' of undefined
    at handleConfig (/usr/lib/node_modules/telebit/bin/telebit-remote.js:658:57)
    at /usr/lib/node_modules/telebit/bin/telebit-remote.js:368:22
    at /usr/lib/node_modules/telebit/usr/share/install-launcher.js:236:24
    at ChildProcess.exithandler (child_process.js:294:7)
    at ChildProcess.emit (events.js:315:20)
    at maybeClose (internal/child_process.js:1026:16)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)
What can be done to deal with this error? ``` /usr/lib/node_modules/telebit/bin/telebit-remote.js:658 var verstrd = [ pkg.name + ' daemon v' + state.config.version ]; ^ TypeError: Cannot read property 'version' of undefined at handleConfig (/usr/lib/node_modules/telebit/bin/telebit-remote.js:658:57) at /usr/lib/node_modules/telebit/bin/telebit-remote.js:368:22 at /usr/lib/node_modules/telebit/usr/share/install-launcher.js:236:24 at ChildProcess.exithandler (child_process.js:294:7) at ChildProcess.emit (events.js:315:20) at maybeClose (internal/child_process.js:1026:16) at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5) ```
Sign in to join this conversation.
No Label
feature
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: coolaj86/telebit.js#43
No description provided.