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

deno install requires all workspace members to be present #28365

Open
tacascer opened this issue Mar 2, 2025 · 0 comments
Open

deno install requires all workspace members to be present #28365

tacascer opened this issue Mar 2, 2025 · 0 comments

Comments

@tacascer
Copy link

tacascer commented Mar 2, 2025

What's the issue?

It is undocumented that deno install (or whenever deno needs to make a node_modules directory) needs to have all the workspace members present.

This doc and this doc for containerization implies that only the root deno.json, the relevant workspace member, and workspace members it depends on, are needed in the image. However, deno install will fail if any of the workspace member specified in the root deno.json is missing.

Reproduction

  1. Clone https://github.com/tacascer/deno-install-bug
  2. Run docker build .

Version: Deno 2.2.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants