1

我正在尝试通过我的 Windows 7 CMD 安装 Node.js 的 express 包。

我做了一个

npm install express

我收到以下错误:

npm ERR! Error: getaddrinfo ENOENT
npm ERR!     at errnoException (dns.js:31:11)
npm ERR!     at Object.onanswer [as oncomplete] (dns.js:140:16)

 npm ERR! cwd D:\node
    npm ERR! node -v v0.6.15
    npm ERR! npm -v 1.1.16
    npm ERR! syscall getaddrinfo
    npm ERR! code ENOTFOUND
    npm ERR! message getaddrinfo ENOENT
    npm ERR! errno {}
    npm ERR!
    npm ERR! Additional logging details can be found in:
    npm ERR!     D:\node\npm-debug.log
    npm not ok

我在防火墙后面工作。这是偶然的,这背后的原因吗?

非常感谢!

4

1 回答 1

-1

用管理员运行 cmd 就可以了。

于 2012-05-23T02:46:59.733 回答