mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Merge pull request #12308 from itgenio/devel
[meteor-installer] fix: add a missing dep
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
const { DownloaderHelper } = require('node-downloader-helper');
|
||||
const HttpsProxyAgent = require('https-proxy-agent');
|
||||
const cliProgress = require('cli-progress');
|
||||
const Seven = require('node-7z');
|
||||
const path = require('path');
|
||||
@@ -150,6 +149,8 @@ function generateProxyAgent() {
|
||||
return undefined;
|
||||
}
|
||||
|
||||
const HttpsProxyAgent = require('https-proxy-agent');
|
||||
|
||||
return new HttpsProxyAgent(proxyUrl);
|
||||
}
|
||||
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
"dependencies": {
|
||||
"7zip-bin": "^5.2.0",
|
||||
"cli-progress": "^3.11.1",
|
||||
"https-proxy-agent": "^5.0.1",
|
||||
"node-7z": "^2.1.2",
|
||||
"node-downloader-helper": "^1.0.19",
|
||||
"rimraf": "^3.0.2",
|
||||
|
||||
Reference in New Issue
Block a user