node.js - 在 Windows 上运行 NodeJs 串行端口

标签 node.js visual-studio serial-port

我尝试在 Windows 上安装 NodeJs SerialPort,但每次执行 npm install serialport 时都会遇到以下错误

    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]

我尝试安装 .net Framework 2.0 但问题仍然存在。

最佳答案

您是否安装了 Visual Studio 或其他包含 C++ 编译器的 Microsoft 软件包?

阅读这篇文章: Error in installing node.js module using npm

关于node.js - 在 Windows 上运行 NodeJs 串行端口,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38983270/

相关文章:

node.js - NodeJS 服务器执行两次?

node.js - 如何在 Dockerfile 中编译 typescript

mysql - 在 MySQL 中存储 Node.js 缓冲区的最佳实践

C++ DirectXTK 随时间改变 SpriteTint

python - 带有 Windows 驱动程序的串行 USB 设备。想在 linux 上使用它

Python 属性错误 : module 'serial' has no attribute 'Serial'

node.js - GraphQL 条件查询

c# - Visual C# Express 2010 注释代码块的快捷方式?

visual-studio - TeamCity NuGet 源 : Available updates not working in Visual Studio with list of packages sufficiently large (> 50)

embedded - 如何为嵌入式系统设计串行命令协议(protocol)?