We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eba503 commit 13bc06cCopy full SHA for 13bc06c
pages/common/npm-edit.md
@@ -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