We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8cbbc6 commit 80e5150Copy full SHA for 80e5150
doc/api/module.md
@@ -182,7 +182,7 @@ directory will be recreated the next time the same directory is used for for com
182
storage. To avoid filling up the disk with stale cache, it is recommended to use a directory
183
under the [`os.tmpdir()`][]. If the compile cache is enabled by a call to
184
[`module.enableCompileCache()`][] without specifying the directory, Node.js will use
185
-the [`NODE_DISABLE_COMPILE_CACHE=1`][] environment variable if it's set, or defaults
+the [`NODE_COMPILE_CACHE=dir`][] environment variable if it's set, or defaults
186
to `path.join(os.tmpdir(), 'node-compile-cache')` otherwise. To locate the compile cache
187
directory used by a running Node.js instance, use [`module.getCompileCacheDir()`][].
188
0 commit comments