Add support for using pnpm to install Node.js packages. #43798
minhnbnt
started this conversation in
Feature Requests
Replies: 2 comments 1 reply
-
|
Should this be an issue instead of a discussion? Either way, I'd love to see this, too. I was trying to figure out why my Arch install had a hard dependency on npm, and it turns out it's zed. Besides the speed, the potential space saving is great, too. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
I'll add that it would be cool to see support for other Java script environments as well, such as Deno or Bun. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently Zed uses
npmto install Node.js packages. While this works, the installation and update process can be quite slow. Switching topnpmcan make updating large package likegemini-climuch faster.To improve speed and efficiency, I’d like to request support for
pnpmas an alternative package manager for tool installation.Thanks.
Beta Was this translation helpful? Give feedback.
All reactions