0

我正在尝试在 Node 上安装 http-proxy,因此可以设置 HTTPS 代理,但运行时出现以下错误。关于如何获取 http-proxy 的任何建议或如何使用 node.js 设置 HTTPS 代理的任何其他建议。提前致谢

npm 安装 http-proxy

npm http GET https://registry.npmjs.org/http-proxy
npm http 304 https://registry.npmjs.org/http-proxy
npm ERR! Error: ENOTDIR, mkdir '/Users/rshroff/tmp/npm-15272/1351528387771-0.3611239262390882'
npm ERR! If you need help, you may report this log at:
npm ERR!     <http://github.com/isaacs/npm/issues>
npm ERR! or email it to:
npm ERR!     <npm-@googlegroups.com>

npm ERR! System Darwin 11.3.0
npm ERR! command "node" "/usr/local/bin/npm" "install" "http-proxy"
npm ERR! cwd /Users/rshroff
npm ERR! node -v v0.8.10
npm ERR! npm -v 1.1.65
npm ERR! path /Users/rshroff/tmp/npm-15272/1351528387771-0.3611239262390882
npm ERR! code ENOTDIR
npm ERR! errno 27
npm ERR! 
npm ERR! Additional logging details can be found in:
npm ERR!     /Users/rshroff/npm-debug.log
npm ERR! not ok code 0
4

1 回答 1

0

是的,所以这里的问题是我的 tmp 目录没有写权限。抱歉问了这么愚蠢的问题。

于 2012-10-29T16:54:53.140 回答