nodejs npm软件包安装失败

我是nodejs的新手,我刚刚安装在我的Windows 7电脑上。 接下来我要做的就是通过npm安装express.js包npm install express --save ,我得到了以下的错误信息

 npm ERR! fetch failed http://registry.npmjs.org/ipaddr.js/-/ipaddr.js-0.1.6.tgz npm ERR! Error: 403 Forbidden npm ERR! at WriteStream.<anonymous> (C:\Program Files\nodejs\node_modules\npm\lib\utils\fetch.js:58:12) npm ERR! at WriteStream.emit (events.js:117:20) npm ERR! at evalmachine.<anonymous>:1610:14 npm ERR! at C:\Program Files\nodejs\node_modules\npm\node_modules\graceful-fs\graceful-fs.js:102:5 npm ERR! at Object.oncomplete (evalmachine.<anonymous>:108:15) npm ERR! If you need help, you may report this *entire* log, npm ERR! including the npm and node versions, at: npm ERR! <http://github.com/npm/npm/issues> npm ERR! System Windows_NT 6.1.7601 npm ERR! command "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "express" "--save" npm ERR! cwd C:\temp\NodeJS_POC npm ERR! node -v v0.10.35 npm ERR! npm -v 1.4.28 npm ERR! not ok code 0 

有人知道为什么吗?

它变成我们的代理服务器实际上阻止http://registry.npmjs.org/ipaddr.js/-/ipaddr.js-0.1.6.tgz