Hi there,
I'm trying to install nodeBB on a Windows Home Server 2011.
My Docu source: https://docs.nodebb.org/en/latest/installing/os/windows8.html
I downloaded and installed all installation packages. First surprise was a error message at step:
Install dependencies:
npm install
Couldn't find vcbuild.exe.
Sure it isn't installed. So I did that with the Microsoft .NET Framework SDK (Software Development Kit) 2.0 (x86)
Tryed again. No sucess. Ok, read during debugging something about env. path... set the path.
Wohoo, one step forward.
D' oh. next error!
So and this is the part where you coming into the game. I have no Idea how to solve this problem.
-> Starting Git Shell (If you need translation, let me know)
Windows PowerShell
Copyright (C) 2009 Microsoft Corporation. Alle Rechte vorbehalten.
C:\Users\Administrator> cd nodebb
C:\Users\Administrator\nodebb [v0.6.x]> npm install
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No repository field.
\
[email protected] install C:\Users\Administrator\nodebb\node_modules\heapdump
node-gyp rebuild
C:\Users\Administrator\nodebb\node_modules\heapdump>node "C:\Program Files\nodej
s\node_modules\npm\bin\node-gyp-bin\....\node_modules\node-gyp\bin\node-gyp.js
" rebuild
Die Projekte in dieser Projektmappe werden nacheinander erstellt. Um eine parall
ele Erstellung zu ermöglichen, müssen Sie den Schalter "/m" hinzufügen.
Folgender XML-Parserfehler ist aufgetreten:
Datei: C:\Users\Administrator\nodebb\node_modules\heapdump\build\addon.vcproj
Zeile: 1
Spalte: 4717
Fehlermeldung:
Systemfehler: -2147154687.
Die Datei "C:\Users\Administrator\nodebb\node_modules\heapdump\build\addon.vc
proj" konnte nicht geladen werden.
MSBUILD : error MSB6006: "VCBuild.exe" wurde mit Code -1 beendet. [C:\Users\Adm
inistrator\nodebb\node_modules\heapdump\build\binding.sln]
gyp ERR! build error
gyp ERR! stack Error: msbuild
failed with exit code: 1
gyp ERR! stack at ChildProcess.onExit (C:\Program Files\nodejs\node_modules
npm\node_modules\node-gyp\lib\build.js:267:23)
gyp ERR! stack at ChildProcess.emit (events.js:98:17)
gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:820:
12)
gyp ERR! System Windows_NT 6.1.7601
gyp ERR! command "node" "C:\Program Files\nodejs\node_modules\npm\node_modu
les\node-gyp\bin\node-gyp.js" "rebuild"
gyp ERR! cwd C:\Users\Administrator\nodebb\node_modules\heapdump
gyp ERR! node -v v0.10.35
gyp ERR! node-gyp -v v1.0.1
gyp ERR! not ok
npm ERR! [email protected] install: node-gyp rebuild
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is most likely a problem with the heapdump package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-gyp rebuild
npm ERR! You can get their info via:
npm ERR! npm owner ls heapdump
npm ERR! There is likely additional logging output above.
npm ERR! System Windows_NT 6.1.7601
npm ERR! command "C:\Program Files\nodejs\\node.exe" "C:\Program Files\nod
ejs\node_modules\npm\bin\npm-cli.js" "install"
npm ERR! cwd C:\Users\Administrator\nodebb
npm ERR! node -v v0.10.35
npm ERR! npm -v 1.4.28
npm ERR! code ELIFECYCLE
npm ERR! not ok code 0
Regards,
Hecto