fix(coding-agent): support configurable npm wrapper command closes #2072
This commit is contained in:
@@ -54,6 +54,15 @@ npm:pkg
|
||||
- Versioned specs are pinned and skipped by `pi update`.
|
||||
- Global installs use `npm install -g`.
|
||||
- Project installs go under `.pi/npm/`.
|
||||
- Set `npmCommand` in `settings.json` to pin npm package lookup and install operations to a specific wrapper command such as `mise` or `asdf`.
|
||||
|
||||
Example:
|
||||
|
||||
```json
|
||||
{
|
||||
"npmCommand": ["mise", "exec", "node@20", "--", "npm"]
|
||||
}
|
||||
```
|
||||
|
||||
### git
|
||||
|
||||
|
||||
Reference in New Issue
Block a user