Rantanen / node-opus

Opus bindings for Node.js
MIT License
79 stars 32 forks source link

err: Installing on Windows lead to... #87

Closed Kaishi-OST closed 5 years ago

Kaishi-OST commented 5 years ago

C:\Windows\system32>npm install -g node-opus

ref@1.3.5 install C:\Users\kaish\AppData\Roaming\npm\node_modules\node-opus\node_modules\ref node-gyp rebuild

C:\Users\kaish\AppData\Roaming\npm\node_modules\node-opus\node_modules\ref>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 ) gyp ERR! UNCAUGHT EXCEPTION gyp ERR! stack Error: spawn D:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\15.0\Bin\MSBuild.exe ENOENT gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19) gyp ERR! stack at onErrorNT (internal/child_process.js:415:16) gyp ERR! stack at process._tickCallback (internal/process/next_tick.js:63:19) gyp ERR! System Windows_NT 10.0.18362 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 C:\Users\kaish\AppData\Roaming\npm\node_modules\node-opus\node_modules\ref gyp ERR! node -v v10.16.1 gyp ERR! node-gyp -v v3.8.0 gyp ERR! This is a bug in node-gyp. gyp ERR! Try to update node-gyp and file an Issue if it does not help: gyp ERR! https://github.com/nodejs/node-gyp/issues

node-opus@0.3.2 install C:\Users\kaish\AppData\Roaming\npm\node_modules\node-opus node-gyp rebuild

C:\Users\kaish\AppData\Roaming\npm\node_modules\node-opus>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 ) gyp ERR! UNCAUGHT EXCEPTION gyp ERR! stack Error: spawn D:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\15.0\Bin\MSBuild.exe ENOENT gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19) gyp ERR! stack at onErrorNT (internal/child_process.js:415:16) gyp ERR! stack at process._tickCallback (internal/process/next_tick.js:63:19) gyp ERR! System Windows_NT 10.0.18362 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 C:\Users\kaish\AppData\Roaming\npm\node_modules\node-opus gyp ERR! node -v v10.16.1 gyp ERR! node-gyp -v v3.8.0 gyp ERR! This is a bug in node-gyp. gyp ERR! Try to update node-gyp and file an Issue if it does not help: gyp ERR! https://github.com/nodejs/node-gyp/issues npm WARN optional SKIPPING OPTIONAL DEPENDENCY: ref@1.3.5 (node_modules\node-opus\node_modules\ref): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: ref@1.3.5 install: node-gyp rebuild npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 7

npm ERR! code ELIFECYCLE npm ERR! errno 7 npm ERR! node-opus@0.3.2 install: node-gyp rebuild npm ERR! Exit status 7 npm ERR! npm ERR! Failed at the node-opus@0.3.2 install script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\kaish\AppData\Roaming\npm-cache_logs\2019-08-02T17_18_57_420Z-debug.log

Kaishi-OST commented 5 years ago

The fix was performed on my own: Install the Windows-Build-Tools. If it fails, as it did for me, then reboot and try again.