File tree Expand file tree Collapse file tree
Open diff view settings
Expand file tree Collapse file tree
Open diff view settings
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ directory will be recreated the next time the same directory is used for for com
182182storage. To avoid filling up the disk with stale cache, it is recommended to use a directory
183183under the [` os .tmpdir ()` ][]. If the compile cache is enabled by a call to
184184[` 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
185+ the [` NODE_COMPILE_CACHE = dir ` ][] environment variable if it's set, or defaults
186186to ` path .join (os .tmpdir (), ' node-compile-cache' )` otherwise. To locate the compile cache
187187directory used by a running Node.js instance, use [` module .getCompileCacheDir ()` ][].
188188
You can’t perform that action at this time.
0 commit comments