2013-08-28 12 views
6

Próbuję zainstalować Zookeeper 3.4.5 na Windows 7 używając npm 1.3.9. Kiedy wchodzę'gyp' wypełniony kodem wyjścia: 1 przy próbie zainstalowania zookeepera w oknie przy użyciu npm

npm zainstalować Heca

uzyskać

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 
+0

sam problem, ale przyjęte rozwiązanie nie może mi pomóc – Reeebuuk

Odpowiedz

2

Jak to był ogromny i przykry problem, że mam rozwiązane w wielu różnych (niestałych sposób), w końcu znalazłem odpowiedź tutaj:

Error installing node-gyp on ubuntu

Skoro jesteś na Windows, spróbuj użyć poprzedniej wersji Pythona (dla mnie to było za pomocą 2.6) dla Windows.

1

Spróbuj tego node-gyp installation. To działa dla mnie.

wystarczyło:

npm install --global --production windows-build-tools