8000 Support for Bun package manager · Issue #10397 · NativeScript/NativeScript · GitHub
[go: up one dir, main page]

Skip to content
Support for Bun package manager #10397
Closed
Closed
@mathletedev

Description

@mathletedev

Is your feature request related to a problem? Please describe.

The Bun package manager is currently unsupported in the NativeScript CLI.

When running ns package-manager set bun, the following error is returned:

bun is not a valid package manager. Supported values are: npm, pnpm, yarn, yarn2.

Describe the solution you'd like

It would be great if Bun could be included as a valid package manager. Perhaps a similar approach to the NPM implementation could be taken.

Describe alternatives you've considered

  1. Use bun install to manually install packages alongside NPM installations. However, this may run into problems with conflicting packages.
  2. Don't use Bun. This isn't a problem, but there might be cases where Bun is a better option for a package manager than NPM or Yarn.

Anything else?

No response

Please accept these terms

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0