-
Notifications
You must be signed in to change notification settings - Fork 171
Expand file tree
/
Copy pathsnap.txt
More file actions
21 lines (16 loc) · 789 Bytes
/
snap.txt
File metadata and controls
21 lines (16 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
> vp install -g ./conflict-pkg # Install package with conflicting binary name (uses cwd version)
VITE+ - The Unified Toolchain for the Web
Installing ./conflict-pkg globally...
warn: Package 'conflict-pkg' provides 'node' binary, but it conflicts with a core shim. Skipping.
Installed conflict-pkg v<semver>
Binaries: conflict-cli, node
> vp remove -g conflict-pkg # Cleanup
Uninstalled conflict-pkg
> vp install -g --node 20 ./conflict-pkg # Install with specific Node.js version
VITE+ - The Unified Toolchain for the Web
Installing ./conflict-pkg globally...
warn: Package 'conflict-pkg' provides 'node' binary, but it conflicts with a core shim. Skipping.
Installed conflict-pkg v<semver>
Binaries: conflict-cli, node
> vp remove -g conflict-pkg # Cleanup
Uninstalled conflict-pkg