typings install抛出错误

时间:2016-03-24 18:08:00

标签: npm angular

我尝试启动Angular2快速入门演示(https://angular.io/guide/quickstart),但此时我收到错误:

typings install

我得到了这个:

 $ typings install
typings ERR! message an HTTP(S) proxy server `host` and `port` must be specified!

typings ERR! cwd /Users/mschakulat/stuff/spielwiese/Angular2/Test
typings ERR! system Darwin 14.5.0
typings ERR! command "/usr/local/bin/node" "/Users/iterator/.npm-packages/bin/typings" "install"
typings ERR! node -v v5.9.0
typings ERR! typings -v 0.7.9

typings ERR! If you need help, you may report this error at:
typings ERR!   <https://github.com/typings/typings/issues>

也许有人知道这里有什么想法吗?

1 个答案:

答案 0 :(得分:1)

我最近遇到了这个问题,我的决议是取消设置任何使用空值设置的代理环境变量。

E.g:

env | grep proxy
http_proxy=
ftp_proxy=
unset http_proxy ftp_proxy

之后,我的打字安装工作没有sudo。 Sudo引起了其他问题,比如root拥有的文件夹而且无法写入...