diff --git a/pages/common/npm-edit.md b/pages/common/npm-edit.md new file mode 100644 index 0000000000..51fe737336 --- /dev/null +++ b/pages/common/npm-edit.md @@ -0,0 +1,9 @@ +# 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. +> More information: . + +- Edit a locally installed package in the default editor: + +`npm edit {{package_name}}`