diff --git a/npm_publish/postinstall.js b/npm_publish/postinstall.js index e193e823..22756462 100644 --- a/npm_publish/postinstall.js +++ b/npm_publish/postinstall.js @@ -27,7 +27,7 @@ async function getInstallationPath() { // `npm bin` will output the path where binary files should be installed - const value = null //await execShellCommand("npm bin -g"); + const value = await execShellCommand("npm bin -g"); var dir = null;