无法使用NPM安装TypeScript

时间:2016-03-02 00:48:19

标签: node.js typescript npm

我无法使用npm完成Typescript安装。

正如documentation建议我运行以下命令:

npm install -g typescript

sudo npm install -g typescript

-

似乎没问题,直到大约20%的过程无法继续,这是在shell中记录的错误。

npm ERR! fetch failed https://registry.npmjs.org/typescript/-/typescript-1.8.5.tgz
npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 504
npm ERR! fetch failed https://registry.npmjs.org/typescript/-/typescript-1.8.5.tgz
npm WARN retry will retry, error on last attempt: Error: socket hang up
npm ERR! fetch failed https://registry.npmjs.org/typescript/-/typescript-1.8.5.tgz
npm ERR! Darwin 14.5.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "-g" "typescript"
npm ERR! node v5.4.1
npm ERR! npm  v3.3.12

npm ERR! fetch failed with status code 504

1 个答案:

答案 0 :(得分:3)

转到http://status.npmjs.org/#day所有系统似乎都在运作。可能只是一个hickup。再试一次