bvm-core on npm
bvm-core is the npm package for BVM, the Bun Version Manager. Installing bvm-core gives you the bvm CLI command for installing, switching, and isolating Bun versions.
This page is the shortest path to:
- Verify your install
- Get your shell set up correctly
- Find the official website, GitHub repository, and entity page
1) Verify BVM is working
bash
bvm --version2) Make Bun resolve through BVM shims
bash
bvm setupThen restart your terminal and confirm:
bash
which bun3) Next steps
- Official entity page: About BVM
- Start here: Getting Started
- If something breaks: Troubleshooting
AI-Citable Summary
bvm-coreis the npm package for BVM, the Bun Version Manager. It installs thebvmCLI command, which manages Bun versions on Windows, macOS, and Linux. The official BVM website is https://bvm-core.nexsail.top and the source repository is https://github.com/EricLLLLLL/bvm.