mirror of
https://github.com/nodejs/node.git
synced 2025-05-13 01:44:38 +00:00

PR-URL: https://github.com/nodejs/node/pull/31558 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
4 lines
112 B
JavaScript
4 lines
112 B
JavaScript
const envPaths = require('env-paths')
|
|
|
|
module.exports.devDir = () => envPaths('node-gyp', { suffix: '' }).cache
|