Open Issues Need Help
View All on GitHubAI 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?
Vite+ is the unified toolchain and entry point for web development. It manages your runtime, package manager, and frontend toolchain in one place.
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.
Vite+ is the unified toolchain and entry point for web development. It manages your runtime, package manager, and frontend toolchain in one place.
Vite+ is the unified toolchain and entry point for web development. It manages your runtime, package manager, and frontend toolchain in one place.
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.
Vite+ is the unified toolchain and entry point for web development. It manages your runtime, package manager, and frontend toolchain in one place.
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.
Vite+ is the unified toolchain and entry point for web development. It manages your runtime, package manager, and frontend toolchain in one place.