From ca8ff007d7abba1f3ae6646668ee840afa1191b6 Mon Sep 17 00:00:00 2001 From: Eric Mutta Date: Thu, 12 Jan 2023 03:35:12 +0300 Subject: [PATCH] docs: update outdated file path to definitions.js Looks like npm's default config options were relocated from `lib/utils/config-defs.js` to the current `lib/utils/config/definitions.js` as [can be seen here](https://github.com/npm/cli/blob/latest/lib/utils/config/definitions.js) --- docs/lib/content/commands/npm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lib/content/commands/npm.md b/docs/lib/content/commands/npm.md index d47a34e74eaf2..00397ba28a037 100644 --- a/docs/lib/content/commands/npm.md +++ b/docs/lib/content/commands/npm.md @@ -130,7 +130,7 @@ npm is extremely configurable. It reads its configuration options from in the cli, env, or user config, then that file is parsed instead. * Defaults: npm's default configuration options are defined in - lib/utils/config-defs.js. These must not be changed. + `lib/utils/config/definitions.js`. These must not be changed. See [`config`](/using-npm/config) for much much more information.