Skip to content

Commit 5ea4a56

Browse files
committed
wip
1 parent 11c187b commit 5ea4a56

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/guide/install.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,14 @@ Use these commands when you want package-manager-managed tools available outside
120120
- `vp list -g`
121121
- `vp outdated -g`
122122

123+
::: warning
124+
These commands do **NOT** interact with the underlying package manager's global installation directory.
125+
126+
Instead, Vite+ manages its own global packages under `~/.vite-plus/packages`, allowing them to remain available across different Node.js versions.
127+
128+
As a result, commands such as `vp link` do not affect Vite+'s global packages and will not appear in `vp list -g`.
129+
:::
130+
123131
#### Add and Remove
124132

125133
Use `vp add` and `vp remove` for day-to-day dependency edits instead of editing `package.json` by hand.

0 commit comments

Comments
 (0)