Closed cheapsteak closed 2 years ago
trying to run npm run cli and other scripts currently throw errors
npm run cli
ts-node seems to be need to be told to run in esm mode
had to add transpileOnly as well because otherwise it complains about missing types for esm modules
resolves https://github.com/felixrieseberg/slack-archive/issues/9
Installing npm i -D tsx and running npx tsx src/cli.ts
trying to run
npm run cli
and other scripts currently throw errorsts-node seems to be need to be told to run in esm mode
had to add transpileOnly as well because otherwise it complains about missing types for esm modules
resolves https://github.com/felixrieseberg/slack-archive/issues/9