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
deno install doesn't support pnpm workspaces. You can probably make it work by adding a "workspaces" property to the package.json:
{
"workspaces": ["apps/*", "packages/*"]
}
dsherret
changed the title
deno install fails for private npm package (using workspace)deno install fails for private npm package in pnpm workspace
Mar 3, 2025
I've updated package.json, but I'm still getting the same error.
dsherret
changed the title
deno install fails for private npm package in pnpm workspacedeno install fails for private npm package in workspace
Mar 3, 2025
Running
deno install
fails when referencing a npm package from workspace, when the package is not published.NOTE: running the file
deno run modules/some-other-tool/index.ts
works fine, so it's resolving the package during runtime.repro:
we have:
modules/some-other-tool/deno.json
contains:Runing
deno install
returns:deno 2.2.2 (stable, release, aarch64-apple-darwin)
v8 13.4.114.9-rusty
typescript 5.7.3
The text was updated successfully, but these errors were encountered: