node-gyp in this solution generates a project once. To enable parallel generation, add "/ m" switch.

在此解决方案中一次生成一个项目。若要启用并行生成,请添加“/m”开关。 
MSBUILD : error MSB3428: 未能加载 Visual C++ 组件“VCBuild.exe”。要解决此问题, 
1) 安装 .NET Framework 2.0 SDK;

2) 安装 Microsoft Visual Studio 2005;或

3) 如果将该组件安装到了 其他位置,请将其位置添加到系统 路径中。 [G:\nodejs\moviesite\node_modules\bcrypt\build\binding.sln] 
gyp ERR! build error

Figure: 

Needs to be installed in the Microsoft Visual Studio Express 2013 for Windows Desktop 
(version should not be restricted, I installed the version of top)

The installation was successful, but there was a warning, a warning does not affect the use of bcrypt 

 

Vs2005 but the system is there, the last reference https://github.com/ nodejs / gyp the Node-use document # Installation

npm install --global --production windows-build-tools

After resolving.

Guess you like

Origin www.cnblogs.com/pangguoming/p/11261995.html