sleep-written
sleep-written
Probably this error could be related with [this another one.](https://github.com/typeorm/typeorm/issues/9117)
I found a method to run Stable Diffusion v2 without issues (thanks for [Dot CSV notebook](https://www.youtube.com/watch?v=j8Bxdp60lo8)): - Clone the repo (if you have it, clone again to make a clean...
Check [this response](https://github.com/TypeStrong/ts-node/issues/1997#issuecomment-1793637331).
One of the reasons for the failures with ts-node in ESM projects is linked to the file extensions in import statements. To understand the problem, let's envision this directory structure:...
Hi @francip, your example is relevant for Node.js versions 18 and earlier. However, when using Node.js version 20 or above with the command: ```shell node --loader ts-node/esm ./src/index.ts ``` ...you...
@francip i made a [fork of your example](https://github.com/sleep-written/ts-node-test), adding a function: ```shell . ├── README.md ├── another-function.ts # this file. ├── index.ts ├── package-lock.json ├── package.json └── tsconfig.json ``` ...and...