mbostock / gistup

Create a gist from terminal, then use git to update it.
Other
488 stars 41 forks source link

UserError is not defined #43

Open janicekchen opened 2 years ago

janicekchen commented 2 years ago

Hello!

I'm currently trying to set up gistup and it is returning this error after I input a personal access token:

node:internal/readline/emitKeypressEvents:74 throw err; ^

ReferenceError: UserError is not defined at /Users/janicechen/.nvm/versions/node/v17.1.0/lib/node_modules/gistup/lib/gistup/get-settings.js:57:73 at Interface.[_onLine] [as _onLine] (node:internal/readline/interface:387:7) at Interface.[_line] [as _line] (node:internal/readline/interface:793:18) at Interface.[_ttyWrite] [as _ttyWrite] (node:internal/readline/interface:1105:22) at ReadStream.onkeypress (node:internal/readline/interface:240:20) at ReadStream.emit (node:events:390:28) at emitKeys (node:internal/readline/utils:358:14) at emitKeys.next () at ReadStream.onData (node:internal/readline/emitKeypressEvents:64:36) at ReadStream.emit (node:events:390:28)

Node.js v17.1.0