You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/[email protected]/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/[email protected]/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/[email protected]/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.
The text was updated successfully, but these errors were encountered:
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 scripts
with different runtimes.Steps to Reproduce
deno run -A build
on the root of the repo.The text was updated successfully, but these errors were encountered: