mirror of https://github.com/grpc/grpc-node.git
Delete another directory in Windows build script
This commit is contained in:
parent
b4e24beba5
commit
f55b487c36
|
@ -44,6 +44,7 @@ const installWindows = () => {
|
|||
return execa('npm', ['install', '--build-from-source'],
|
||||
{cwd: nativeCoreDir, stdio: 'inherit'}).catch(() =>
|
||||
del(path.resolve(process.env.USERPROFILE, '.node-gyp', process.versions.node, 'include/node/openssl'), { force: true }).then(() =>
|
||||
del(path.resolve(process.env.CSIDL_LOCAL_APPDATA, 'node-gyp/cache', process.versions.node, 'include/node/openssl'), { force: true })).then(() =>
|
||||
execa('npm', ['install', '--build-from-source'],
|
||||
{cwd: nativeCoreDir, stdio: 'inherit'})
|
||||
));
|
||||
|
|
Loading…
Reference in New Issue