-
|
Couldn’t find anything on this topic so asking here. Will turborepo work with Deno? Or is it strictly for the Node runtime? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
Turborepo does not really use the Node runtime, it's a standalone binary (written in Go and Rust). I'm not familiar with Deno, but you're likely to run into issues unless it uses the same |
Beta Was this translation helpful? Give feedback.
-
|
Deno 1.31 now supports |
Beta Was this translation helpful? Give feedback.
-
|
I played with this a bit. it does work when using the package.json, but ideally there could be an option in turborepo to read the scripts from a different file. For instance using deno with aleph, the default "package" manager is deno.json which does not have the format. Two issues of using the package.json format:
Will keep playing with it in case i make it work, but maybe we will be forced to jump to nx :'( |
Beta Was this translation helpful? Give feedback.
Turborepo does not really use the Node runtime, it's a standalone binary (written in Go and Rust). I'm not familiar with Deno, but you're likely to run into issues unless it uses the same
package.jsonformat and one of our support package managers for Node.