diff --git a/doc/api/cli.md b/doc/api/cli.md index 7c0d5e88d4d640..f6e9e6cfcaf63a 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -619,6 +619,14 @@ added: v9.0.0 Disables runtime checks for `async_hooks`. These will still be enabled dynamically when `async_hooks` is enabled. +### `--no-global-search-paths` + + +Do not search modules from global paths like `$HOME/.node_modules` and +`$NODE_PATH`. + ### `--no-warnings`