1
我無法使用npm完成Typescript安裝。無法使用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
我可以確認它只是一個混帳。不管怎樣,謝謝你! – fbid