Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/cli/npm-root.md')
-rw-r--r--doc/cli/npm-root.md19
1 files changed, 0 insertions, 19 deletions
diff --git a/doc/cli/npm-root.md b/doc/cli/npm-root.md
deleted file mode 100644
index a1d5bf862..000000000
--- a/doc/cli/npm-root.md
+++ /dev/null
@@ -1,19 +0,0 @@
-npm-root(1) -- Display npm root
-===============================
-
-## SYNOPSIS
-
- npm root [-g]
-
-## DESCRIPTION
-
-Print the effective `node_modules` folder to standard out.
-
-## SEE ALSO
-
-* npm-prefix(1)
-* npm-bin(1)
-* npm-folders(5)
-* npm-config(1)
-* npm-config(7)
-* npmrc(5)