I am trying to set a dev environment for Volumio UI under Windows 10. I have followed the instructions here volumio.github.io/docs/Developm … or_UI.html
When I try to install the npm dependencies I get
[code]D:\Volumiodev\Volumio2-UI>npm install
bufferutil@1.2.1 install D:\Volumiodev\Volumio2-UI\node_modules\bufferutil
node-gyp rebuild
D:\Volumiodev\Volumio2-UI\node_modules\bufferutil>if not defined npm_config_node_gyp (node “C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin\…..\node_modules\node-gyp\bin\node-gyp.js” rebuild ) else (node “C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js” rebuild )
Building the projects in this solution one at a time. To enable parallel build, please add the “/m” switch.
MSBUILD : error MSB3428: Could not load the Visual C++ component “VCBuild.exe”. To fix this, 1) install the .NET Framew
ork 2.0 SDK, 2) install Microsoft Visual Studio 2005 or 3) add the location of the component to the system path if it i
s installed elsewhere. [D:\Volumiodev\Volumio2-UI\node_modules\bufferutil\build\binding.sln]
gyp ERR! build error
gyp ERR! stack Error: C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exe
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:258:23)
gyp ERR! stack at emitTwo (events.js:126:13)
gyp ERR! stack at ChildProcess.emit (events.js:214:7)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:198:12)
gyp ERR! System Windows_NT 10.0.16299
gyp ERR! command “C:\Program Files\nodejs\node.exe” “C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js” “rebuild”
gyp ERR! cwd D:\Volumiodev\Volumio2-UI\node_modules\bufferutil
gyp ERR! node -v v8.9.4
gyp ERR! node-gyp -v v3.6.2
gyp ERR! not ok
[/code]
I have installed the .NET Framework 2.0 SDK. The only problem I ran into is that I tried the 64 bit one first and it just would not even try to install (even though the machine is 64 bit), so I installed the x86 one - successfully. Still the error suggests it is not installed?