diff --git a/packages/smui-theme/bin/index.js b/packages/smui-theme/bin/index.js index 5dd50e8bc..f7407dd04 100755 --- a/packages/smui-theme/bin/index.js +++ b/packages/smui-theme/bin/index.js @@ -117,7 +117,7 @@ yargs(hideBin(process.argv)) }_smui-theme.scss`, { agent: process.env['https_proxy'] - ? new HttpsProxyAgent(process.env['https_proxy']) + ? new HttpsProxyAgent.HttpsProxyAgent(process.env['https_proxy']) : undefined, }, ).then((result) => result.text());