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
qrcode-terminal throws an octal error, as mentioned here. I was able to get around this with:
black = "\\033[40m \\033[0m",
white = "\\033[47m \\033[0m",
(The double escape...) ... but it's not clear if this actually works as desired or prints the literal because I wasn't able to get the rest of the ncc compilation to execute. It's likely there's another/proper way to do the above.
Once compiled, executing node dist/index.js produces:
delete require.cache[__filename];
^
ReferenceError: require is not defined in ES module scope, you can use import instead
It does look this is similar to this issue: vercel/ncc#243 ...
Will keep this open hoping to get around these issues.
The text was updated successfully, but these errors were encountered:
vercel/ncc
Currently some errors in the way:
qrcode-terminal
throws an octal error, as mentioned here. I was able to get around this with:(The double escape...) ... but it's not clear if this actually works as desired or prints the literal because I wasn't able to get the rest of the ncc compilation to execute. It's likely there's another/proper way to do the above.
node dist/index.js
produces:It does look this is similar to this issue: vercel/ncc#243 ...
Will keep this open hoping to get around these issues.
The text was updated successfully, but these errors were encountered: