Open bblaette opened 1 year ago
Thank you for this, just helped me!
I'm on windows and had similar issue. I think just updating the package worked...
npm remove @swc/core npm remove @swc/helpers npm install @swc/core --save-dev npm install @swc/helpers --save-dev
And what's nice is I can simply run ts-node lv_img_conf.js on windows, same as the "linux" instructions.
When trying to install this globally, I encountered the following error:
After researching the issue, I could solve it by installing the devDependencies for ts-node.
Consider this closed. I'm leaving this here in case it helps others as well