We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75741a1 commit 99b491cCopy full SHA for 99b491c
1 file changed
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