-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
fails for private npm package in workspace
#28374
Comments
|
deno install
fails for private npm package (using workspace)deno install
fails for private npm package in pnpm workspace
Thanks for answering. I've updated |
deno install
fails for private npm package in pnpm workspacedeno install
fails for private npm package in workspace
Oh, that should work. I guess it tries to download it still even though it should use the workspace member. |
Tested on:
and can confirm that it works 🎉 thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: