thesmartwon
thesmartwon
DDeno
Created by thesmartwon on 2/4/2025 in #help
Read dependency directory
fetch is a dirty workaround that requires enumerating all the files in the directory and being online. Using NPM to host the library and "nodeModulesDir": "auto" works. However, I've now run into another issue:
error: TSX files are not supported in npm packages
error: TSX files are not supported in npm packages
I hate to say this, but this is the straw that broke my back. I've had a lot of module interop problems (even on the ESM + JSR happy path...). I'm moving all my packages off Deno and JSR.
3 replies
DDeno
Created by thesmartwon on 11/7/2024 in #help
Install .tar.gz from pkg.pr.new
This is what's inside the .tar.gz:
package
├── LICENSE
├── bin
├── dist
└── package.json
package
├── LICENSE
├── bin
├── dist
└── package.json
2 replies