Skip to content

Support for Bun package manager #10397

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

Closed
2 tasks done
mathletedev opened this issue Oct 5, 2023 · 1 comment
Closed
2 tasks done

Support for Bun package manager #10397

mathletedev opened this issue Oct 5, 2023 · 1 comment

Comments

@mathletedev
Copy link

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

@mathletedev mathletedev added the feature-pending-triage A new feature request pending triage to confirm validity. label Oct 5, 2023
@NathanWalker NathanWalker self-assigned this Oct 12, 2023
@NathanWalker NathanWalker added in progress hacktoberfest and removed feature-pending-triage A new feature request pending triage to confirm validity. labels Oct 12, 2023
@jasongitmail
Copy link

I created a PR to add Bun support at NativeScript/nativescript-cli#5791

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants