安装tsd jade时出错

时间:2015-10-03 05:19:07

标签: node.js pug tsd

我正在尝试告诉Microsoft Visual Studio Code显示.jade文件的Intellisense选项。

我不知道它是否可能,但是像节点和表达一样,我曾经尝试tsd query jade --a install并得到了这个错误:

D:\1. Projects\41. WorkorderHelp>tsd query jade --a install

- jade / jade

>> running install..
[ERR!] cwd  : D:\1. Projects\41. WorkorderHelp
[ERR!] os   : Windows_NT 6.3.9600
[ERR!] argv : "node" "C:\\Users\\zakeri.h\\AppData\\Roaming\\npm\\node_modules\\tsd\\build\\cli.js" "query" "jade" "--a" "install"
[ERR!] node : v0.12.2
[ERR!] tsd  : 0.6.4
[ERR!] Error: read ECONNRESET
[ERR!] CODE : ECONNRESET
[ERR!] read ECONNRESET

This is most likely not a problem with tsd itself
and is related to network connectivity.
In most cases you are behind a proxy or have bad network settings.

If you are behind a proxy, please make sure that the
'proxy' config is set properly.  See:     https://github.com/DefinitelyTyped/tsd#tsdrc
[ERR!] .tsdrc could not be retrieved

[ERR!] Please include the following file with any support request:
    D:\1. Projects\41. WorkorderHelp\tsd-debug.log 

我做错了什么?

0 个答案:

没有答案