我想在代理服务器后面使用 cldr-data-downloader( https://github.com/rxaviers/cldr-data-downloader )。该文件说执行以下命令。
enter code here$ npm install cldr-data-downloader
Using the CLI:
$ ./node_modules/cldr-data-downloader/bin/download.sh \
-i http://www.unicode.org/Public/cldr/26/json.zip \
-o ./cldr
GET `http://www.unicode.org/Public/cldr/26/json.zip`
[========================================] 100% 0.0s
Received 3425K total.
Unpacking it into ./cldr
当我在没有代理的情况下尝试它时,我可以毫无错误地执行此命令,但是当我从代理服务器后面执行它时会导致错误。我怀疑我需要此应用程序的代理地址,但我不知道该怎么做。
有人知道该怎么做吗?