We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
The Bun package manager is currently unsupported in the NativeScript CLI.
When running ns package-manager set bun, the following error is returned:
ns package-manager set bun
bun is not a valid package manager. Supported values are: npm, pnpm, yarn, yarn2.
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.
bun install
No response
The text was updated successfully, but these errors were encountered:
I created a PR to add Bun support at NativeScript/nativescript-cli#5791
Sorry, something went wrong.
NathanWalker
No branches or pull requests
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: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
bun install
to manually install packages alongside NPM installations. However, this may run into problems with conflicting packages.Anything else?
No response
Please accept these terms
The text was updated successfully, but these errors were encountered: