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
Hi @seokju-na, I've tried many other packages but I'm strugling to get this working with NextJS.
Any help? cuz the usage examples are not helping, how do I print?
Thank you
The text was updated successfully, but these errors were encountered:
` ⨯ file:///Users/mac/Desktop/Work/DevMinds/rumbu/rumbu-web/node_modules/@react-thermal-printer/printer/dist/index.mjs:185
import { encode as _encode } from "iconv-lite";
^^^^^^
SyntaxError: Named export 'encode' not found. The requested module 'iconv-lite' is a CommonJS module, which may not support all module.exports as named exports.
CommonJS modules can always be imported via the default export, for example using:
at ModuleJob._instantiate (node:internal/modules/esm/module_job:177:21)
at async ModuleJob.run (node:internal/modules/esm/module_job:260:5)
at async onImport.tracePromise.__proto__ (node:internal/modules/esm/loader:543:26) {
Hi @seokju-na, I've tried many other packages but I'm strugling to get this working with NextJS.
Any help? cuz the usage examples are not helping, how do I print?
Thank you
The text was updated successfully, but these errors were encountered: