Skip to content

Lerna/NX not supported with Deno #425

@nazarhussain

Description

@nazarhussain

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions