{ error:
Error: Not supported
at /home/lucas/trakt-to-letterboxd/bin/ttl.cjs:6:5
at Object. (/home/lucas/trakt-to-letterboxd/bin/ttl.cjs:10:3)
at Module._compile (internal/modules/cjs/loader.js:778:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
at Module.load (internal/modules/cjs/loader.js:653:32)
at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
at Function.Module._load (internal/modules/cjs/loader.js:585:3)
at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
at findNodeScript.then.existing (/usr/share/nodejs/libnpx/index.js:268:14) }
Hi!
I'm having this error:
$ npx trakt-to-letterboxd -u lucas_marx -f export.csv
{ error: Error: Not supported at /home/lucas/trakt-to-letterboxd/bin/ttl.cjs:6:5 at Object. (/home/lucas/trakt-to-letterboxd/bin/ttl.cjs:10:3)
at Module._compile (internal/modules/cjs/loader.js:778:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
at Module.load (internal/modules/cjs/loader.js:653:32)
at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
at Function.Module._load (internal/modules/cjs/loader.js:585:3)
at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
at findNodeScript.then.existing (/usr/share/nodejs/libnpx/index.js:268:14) }
am I doing something wrong?