6

我尝试使用 npm 1.3.9 在 Windows 7 上安装 Zookeeper 3.4.5。当我进入

npm 安装动物园管理员

我明白了

File "C:\Program Files\npm-1.3.9\node_modules\npm\node_modules\node-gyp\gyp\pylib\gyp\MSVSProject.py", line 181, in AddFileConfig
raise ValueError('AddFileConfig: file "%s" not in project.' % path)
ValueError: AddFileConfig: file "." not in project.
gyp ERR! configure error 
gyp ERR! stack Error: `gyp` failed with exit code: 1
gyp ERR! stack     at ChildProcess.onCpExit (C:\Program Files\npm-1.3.9\node_modules\npm\node_modules\node-gyp\lib\configure.js:424:16)
gyp ERR! stack     at ChildProcess.EventEmitter.emit (events.js:98:17)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (child_process.js:789:12)
gyp ERR! System Windows_NT 6.1.7601
gyp ERR! command "node" "C:\\Program Files\\npm-1.3.9\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild"
gyp ERR! cwd C:\Program Files\Zookeeper-3.4.5\node_modules\zookeeper
gyp ERR! node -v v0.10.17
gyp ERR! node-gyp -v v0.10.9
gyp ERR! not ok 
npm ERR! weird error 1
npm ERR! not ok code 0
4

2 回答 2

2

由于这是一个巨大而烦人的问题,我已经用许多不同的(非永久性方式)解决了,我终于在这里找到了答案:

在 ubuntu 上安装 node-gyp 时出错

由于您使用的是 Windows,因此请尝试在 Windows 上使用以前版本的 Python(对我来说使用的是 2.6)。

于 2014-02-28T23:05:54.413 回答
1

试试这个node-gyp 安装。它对我有用。

够了:

npm install --global --production windows-build-tools
于 2016-11-12T10:51:33.920 回答