|
@@ -21,9 +21,9 @@ async function main () {
|
|
|
const outDir = utils.getOutDir({ shouldLog: true });
|
|
|
const nodeDir = path.resolve(BASE, 'out', outDir, 'gen', 'node_headers');
|
|
|
const env = {
|
|
|
+ npm_config_msvs_version: '2019',
|
|
|
...process.env,
|
|
|
npm_config_nodedir: nodeDir,
|
|
|
- npm_config_msvs_version: '2019',
|
|
|
npm_config_arch: process.env.NPM_CONFIG_ARCH,
|
|
|
npm_config_yes: 'true'
|
|
|
};
|