You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I spent 3 hours to check out what is wrong with python, node-gyp, visual studio, visual studio built tools 2015, 2017, 2019 ... and nothing is found. Visual Studio Installer just hangs and do nothing, 2015 installs good, node-gyp can not use 2015 for unknown reason. As i understand there can be precompiled .dll file for windows32 and windows64, and the npm installer can just configurate which to use.
Just put a compiled versions of C++ code into the package.
I just want to:
npm install naudiodon
var portAudio = require('naudiodon');
console.log(portAudio.getDevices());
And nothing else.
Looks like "How to patch KDE2 under FreeBSD?" for me.
The text was updated successfully, but these errors were encountered:
I spent 3 hours to check out what is wrong with python, node-gyp, visual studio, visual studio built tools 2015, 2017, 2019 ... and nothing is found. Visual Studio Installer just hangs and do nothing, 2015 installs good, node-gyp can not use 2015 for unknown reason. As i understand there can be precompiled .dll file for windows32 and windows64, and the npm installer can just configurate which to use.
Just put a compiled versions of C++ code into the package.
I just want to:
And nothing else.
Looks like "How to patch KDE2 under FreeBSD?" for me.
The text was updated successfully, but these errors were encountered: