summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/libnpx/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/libnpx/README.md')
-rw-r--r--deps/npm/node_modules/libnpx/README.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/deps/npm/node_modules/libnpx/README.md b/deps/npm/node_modules/libnpx/README.md
index 130f1bc3fd..436bdd0240 100644
--- a/deps/npm/node_modules/libnpx/README.md
+++ b/deps/npm/node_modules/libnpx/README.md
@@ -98,12 +98,6 @@ $ npx --node-arg=--inspect cowsay
Debugger listening on ws://127.0.0.1:9229/....
```
-### Specify a node version to run npm scripts (or anything else!)
-
-```
-npx -p node@8 npm run build
-```
-
## SHELL AUTO FALLBACK
You can configure `npx` to run as your default fallback command when you type something in the command line with an `@` but the command is not found. This includes installing packages that were not found in the local prefix either.