cncjs / cncjs-pendant-keyboard

A simple pendant (using wireless keyboard or usb) to CNCJS
MIT License
23 stars 24 forks source link

TypeError: secret must be a string or buffer #4

Open msonst opened 6 years ago

msonst commented 6 years ago

Ref: https://github.com/cncjs/cncjs-pendant-boilerplate/issues/1

Same here. I tried

It would be really nice if you could take a look.

Thanks Michael

travistabbal commented 5 years ago

I ran into this as well. Adding a default seems to get past this.

    .option('-s, --secret', 'the secret key stored in the ~/.cncrc file', 'sdcsdcdsc')
nsfilho commented 4 years ago

I'll review that.