Node.js 创建NodeJS项目时发生Visual Studio System.ValueTuple程序集错误

Node.js 创建NodeJS项目时发生Visual Studio System.ValueTuple程序集错误,node.js,visual-studio-2017,Node.js,Visual Studio 2017,我正在Windows 10 Enterprise 2015 LTSB 64位(10.0,Build 10240)上运行Visual Studio 2017(15.8.0)和.NET Framework 4.6.01055 创建新的NodeJS项目时,例如:new->Javascript->Node.js->Blank Node.js控制台应用程序 当.njsproj文件打开时,我收到以下错误: Microsoft Visual Studio Could not load file or ass

我正在
Windows 10 Enterprise 2015 LTSB 64位(10.0,Build 10240)上运行
Visual Studio 2017(15.8.0)
.NET Framework 4.6.01055

创建新的NodeJS项目时,例如:
new->Javascript->Node.js->Blank Node.js控制台应用程序

.njsproj
文件打开时,我收到以下错误:

Microsoft Visual Studio

Could not load file or assembly 'System.ValueTuple, Version=4.0.2.0,
Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its
dependencies. The located assembly's manifest definition does not
match the assembly reference. (Exception from HRESULT: 0x80131040)


我已经卸载并重新安装了.NETCore和VisualStudio,但是我收到了相同的错误。如何解决此错误?

安装.NET Framework 4.7.2为我解决了此问题

1507和1511版的
不支持.NET Framework 4.7.2
,开始感觉像Mac OS X circa 2004。给我几天时间升级和测试。