我正在尝试在终端中运行react-native run-windows
命令,但是每次运行该命令都会收到此错误消息。
√ Found NuGet Binary
× Failed to restore the NuGet packages: Error: MSBuild tools not found. Make sure all required components have been installed (e.g. v141 support)
有人以前遇到过这个问题吗?如果是这样,您知道这的根本原因吗?
答案 0 :(得分:1)
在Visual Studio安装程序中,您需要启用可选的C ++(v141)通用Windows平台工具
通过此链接here
在Visual Studio 2019中它是隐藏的,但在安装详细信息中->通用Windows平台开发-> C ++(v141)通用Windows平台工具(此处)
这是我第一次使用react native进行Windows开发。我遇到此错误是因为我忘记了这一步,所以我卸载了所有内容,然后使用此程序包重新安装它并成功了。