deno install
requires all workspace members to be present
#28365
Labels
deno install
requires all workspace members to be present
#28365
What's the issue?
It is undocumented that
deno install
(or whenever deno needs to make anode_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 rootdeno.json
is missing.Reproduction
docker build .
Version: Deno 2.2.2
The text was updated successfully, but these errors were encountered: