I am trying to install NodeJs serialPort on windows, but each time i do npm install serialport
i run into the following error
MSBUILD : error MSB3428: Could not load the Visual C++ component "VCBuild.exe".
**To fix this**
1) install the .NET Framework 2.0 SDK
2) install Microsoft Visual Studio 2005
3) add the location of the component to the system path if it is installed elsewhere.
[C:\[...]\electron-with-express\express-app\node_modules\serialport\build\binding.sln]
I tried installing .net Framework 2.0
but the issue persist.