Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Allow using Deno as package manager #30947

Open
Labels
area: @angular/cli featureIssue that requests a new feature feature: votes requiredFeature request which is currently still in the voting phase
@csvn

Description

Command

new

Description

Add deno as a package manager, such that it can be used during project creation or automatically used when it's lockfile is found.

ng new --package-manager=deno my-project

Deno Details

  • Add package command: deno add
  • Install all command: deno install
  • Lockfile file: deno.lock
  • Dev only flag: --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 pnpm in that it installs packages with symlinks in node_modules.

Describe the solution you'd like

Deno works similar to bun as package manager.

Describe alternatives you've considered

None. If bun is supported, it seems reasonable to support deno too.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area: @angular/cli featureIssue that requests a new feature feature: votes requiredFeature request which is currently still in the voting phase

    Projects

    No projects

    Milestone

    No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions

        AltStyle によって変換されたページ (->オリジナル) /