Vite+ is the unified toolchain and entry point for web development. It manages your runtime, package manager, and frontend toolchain in one place.

5 Open Issues Need Help Last updated: Mar 18, 2026

Open Issues Need Help

View All on GitHub

AI Summary: When a user sets an incompatible Node.js version using `vp env`, JavaScript-based `vp` commands fail due to missing utilities or extensions. The issue raises a design question: should `vp` ensure its internal JS tools work regardless of the user-set Node version, or is this expected behavior given `vp`'s integration with Node.js?

Complexity: 4/5
enhancement help wanted contribution welcome

Vite+ is the unified toolchain and entry point for web development. It manages your runtime, package manager, and frontend toolchain in one place.

Rust

AI Summary: The `vp install` command fails when run behind a MITM proxy like Zscaler because the `reqwest` library, specifically with the `rustls-tls` feature enabled in version 0.12, does not correctly use system CA certificates. This prevents it from trusting the proxy's certificates, leading to TLS communication errors when fetching the Node.js runtime list.

Complexity: 3/5
good first issue

Vite+ is the unified toolchain and entry point for web development. It manages your runtime, package manager, and frontend toolchain in one place.

Rust

Vite+ is the unified toolchain and entry point for web development. It manages your runtime, package manager, and frontend toolchain in one place.

Rust

AI Summary: This issue requests the creation of an IntelliJ/JetBrains plugin that functions as an extension pack, similar to the existing VSCode extension pack. The goal is to bundle and automatically install related plugins for a better developer experience within the JetBrains IDE ecosystem.

Complexity: 3/5
help wanted

Vite+ is the unified toolchain and entry point for web development. It manages your runtime, package manager, and frontend toolchain in one place.

Rust
Adding template for nitro about 1 month ago

AI Summary: The `vp create nitro` command currently defaults to an abandoned npm package, `create-nitro`, which incorrectly prompts the user to choose Express. The suggested solution is to explicitly use the `create-nitro-app` package instead to ensure the correct Nitro template is used.

Complexity: 2/5
good first issue templates

Vite+ is the unified toolchain and entry point for web development. It manages your runtime, package manager, and frontend toolchain in one place.

Rust