Closed
Description
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
- Use
bun install
to manually install packages alongside NPM installations. However, this may run into problems with conflicting packages. - 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
- I have searched the existing issues as well as StackOverflow and this has not been posted before
- I agree to follow this project's Code of Conduct