mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 13:52:43 +08:00
Co-authored-by: openhands <openhands@all-hands.dev> Co-authored-by: Graham Neubig <neubig@gmail.com>
12 lines
313 B
Markdown
12 lines
313 B
Markdown
---
|
|
name: npm
|
|
type: knowledge
|
|
version: 1.0.0
|
|
agent: CodeActAgent
|
|
triggers:
|
|
- npm
|
|
---
|
|
|
|
When using npm to install packages, you will not be able to use an interactive shell, and it may be hard to confirm your actions.
|
|
As an alternative, you can pipe in the output of the unix "yes" command to confirm your actions.
|