2025-12-16 10:20:31 -07:00
|
|
|
# npm edit
|
|
|
|
|
|
|
|
|
|
> Select a dependency in the current project and open the package folder in the default editor (`$EDITOR`).
|
|
|
|
|
> After editing, the package is rebuilt to pick up any changes in compiled packages.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://docs.npmjs.com/cli/npm-edit/>.
|
2025-12-16 10:20:31 -07:00
|
|
|
|
|
|
|
|
- Edit a locally installed package in the default editor:
|
|
|
|
|
|
|
|
|
|
`npm edit {{package_name}}`
|