MSB4132: The tools version "'<version>'" is unrecognized. MSBuild could find a Toolset that corresponds to the specified value of ToolsVersion. To correct this error Specify a valid value for ToolsVersion in the project tag, or on the command line when you use the MSBuild...
MSB4132: 无法识别工具版本“<版本>”。 MSBuild 找不到与指定的ToolsVersion值对应的工具集。
1.报错信息 报错信息为: error MSB4132: The tools version "2.0" is unrecognized. Available tools versions are "4.0" 2.解决方案 1)用管理员打开命令输入: npm install --global --production windows-build-tools 2)安装完之后再执行命令 npm config set msvs_version 2015 --global 3)关掉命令行工具 n...
报错信息为: error MSB4132: The tools version "2.0" is unrecognized. Available tools versions are "4.0" 2.解决方案 1)用管理员打开命令输入: npm install --global --production windows-build-tools 2)安装完之后再执行命令 npm config set msvs_version 2015 --global ...
运行时出现此错误的话: MSBUILD : error MSB4132,无法识别工具版本“2.0” 等(还有提示啥14.0,4.0的都一样)。 // 此处2015 是电脑上装的2015 ,如果不是,可以看自己电脑是不是2012, // 或者不知道怎么看的,直接试试 2012 是不是得行。 npm install --global --production windows-build-tools(管理员权限...
After execute npm install I got this error: MSBUILD : error MSB4132 MSBUILD : error MSB4132: The tools version "2.0" is unrecognized. Available tools versions are "12.0", "14.0", "4.0". gyp ERR! build error gyp ERR! stack Error: C:\Program Files (x86)\MSBuild\14.0\bin\msbuild....
在npm install 时,出现以下错误: sass MSBUILD : error MSB4132: 无法识别工具版本“2.0”。可用的工具版本为 "14". 解决方法: npm config set msvs_version 2012 --global 我的系统中装的VS2015,将以上的2012改为2015在cmd中执行即可。
I can also attest to this error. On Windows 10 x64, I see MSBUILD : error MSB4132: The tools version "2.0" is unrecognized. Available tools versions are "12.0", "14.0", "4.0". Installing the latest msbuild toolkits got me the 12.0 and 14.0 options. Looking at my Windows/Microsoft....
MSBUILD : error MSB4132: 无法识别工具版本“2.0”。可用的工具版本为 "4.0"。生成失败。 MSBUILD : error MSB4132: 无法识别工具版本“2.0”。可用的工具版本为 "4.0"。 0 个警告 1 个错误 是在win8.1 安装 npm install node-sass 出现的,是需要安装vs什么版本吗?逸...