We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce434a9 commit 8cd86b3Copy full SHA for 8cd86b3
lib/tasks/yarn-install.js
@@ -17,7 +17,7 @@ const subTasks = {
17
async dist(ctx) {
18
const {dist, engines = {}} = await packageInfo('ghost', {
19
version: ctx.version,
20
- agent: getProxyAgent()
+ agent: {https: getProxyAgent()}
21
});
22
23
const skipNodeVersionCheck = (process.env.GHOST_NODE_VERSION_CHECK === 'false');
0 commit comments