We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3bc418 commit 176cb67Copy full SHA for 176cb67
1 file changed
crates/vite_installer/src/cli.rs
@@ -54,9 +54,6 @@ pub fn parse() -> Options {
54
if opts.registry.is_none() {
55
opts.registry = std::env::var("NPM_CONFIG_REGISTRY").ok();
56
}
57
- // VP_NODE_MANAGER env var is handled in auto_detect_node_manager()
58
- // to keep both "yes" and "no" logic in one place.
59
-
60
// quiet implies yes
61
if opts.quiet {
62
opts.yes = true;
0 commit comments