Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lerna/NX not supported with Deno #425

Open
nazarhussain opened this issue Dec 18, 2024 · 0 comments
Open

Lerna/NX not supported with Deno #425

nazarhussain opened this issue Dec 18, 2024 · 0 comments

Comments

@nazarhussain
Copy link
Contributor

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/[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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant