-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Allow using Deno as package manager #30947
Copy link
Copy link
Labels
area: @angular/clifeatureLabel used to distinguish feature request from other issuesLabel used to distinguish feature request from other issuesfeature: under considerationFeature request for which voting has completed and the request is now under considerationFeature request for which voting has completed and the request is now under consideration
Metadata
Metadata
Assignees
Labels
area: @angular/clifeatureLabel used to distinguish feature request from other issuesLabel used to distinguish feature request from other issuesfeature: under considerationFeature request for which voting has completed and the request is now under considerationFeature request for which voting has completed and the request is now under consideration
Command
new
Description
Add
denoas a package manager, such that it can be used during project creation or automatically used when it's lockfile is found.Deno Details
deno adddeno installdeno.lock--dev(e.g.deno add --dev <package(s)>)Deno seems to have the same commands as the other package manager options, and is similar to
pnpmin that it installs packages with symlinks innode_modules.Describe the solution you'd like
Deno works similar to
bunas package manager.Describe alternatives you've considered
None. If
bunis supported, it seems reasonable to supportdenotoo.