Skip to content

Commit 13bc06c

Browse files
CodeMan62Managoracuteenvy
authored
npm-edit: add-page (#18466)
Co-authored-by: Managor <[email protected]> Co-authored-by: Lena Pastwa <[email protected]>
1 parent 8eba503 commit 13bc06c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pages/common/npm-edit.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# npm edit
2+
3+
> Select a dependency in the current project and open the package folder in the default editor (`$EDITOR`).
4+
> After editing, the package is rebuilt to pick up any changes in compiled packages.
5+
> More information: <https://docs.npmjs.com/cli/commands/npm-edit>.
6+
7+
- Edit a locally installed package in the default editor:
8+
9+
`npm edit {{package_name}}`

0 commit comments

Comments
 (0)