Describe the bug
While running all the tests on the Bun+Deno realized that Lerna+NX is not supported with Deno and causing error.
❯ deno run -A build
Task build lerna run build
lerna notice cli v8.1.9
error: Unable to load /ssz/node_modules/.deno/nx@20.2.2/node_modules/nx/src/project-graph/plugins/isolation/plugin-worker
Caused by:
No such file or directory (os error 2)
error: Unable to load /ssz/node_modules/.deno/nx@20.2.2/node_modules/nx/src/project-graph/plugins/isolation/plugin-worker
Caused by:
No such file or directory (os error 2)
error: Unable to load /ssz/node_modules/.deno/nx@20.2.2/node_modules/nx/src/project-graph/plugins/isolation/plugin-worker
Caused by:
No such file or directory (os error 2)
Expected behavior
There should not be any issue running npm scripts with different runtimes.
Steps to Reproduce
- Build the code with deno using
deno run -A build on the root of the repo.
Describe the bug
While running all the tests on the Bun+Deno realized that Lerna+NX is not supported with Deno and causing error.
Expected behavior
There should not be any issue running
npm scriptswith different runtimes.Steps to Reproduce
deno run -A buildon the root of the repo.