【NPM】使用问题记录

===========================================================================

1、MSBUILD : error MSB3428: 未能加载 Visual C++ 组件“VCBuild.exe”

===========================================================================

1、MSBUILD : error MSB3428: 未能加载 Visual C++ 组件“VCBuild.exe”

以管理员方式运行命令提示符,全局安装windows构建工具

npm install -–global -–production windows-build-tools
npm install -g node-gyp

查看node 32 64位

node -p "process.arch"

 

相关文章:

  • 2021-04-12
  • 2021-12-08
  • 2021-11-18
  • 2021-04-01
  • 2021-12-12
  • 2021-07-29
  • 2021-09-08
  • 2021-07-17
猜你喜欢
  • 2021-08-19
  • 2021-11-05
  • 2021-06-17
  • 2021-11-23
  • 2022-01-12
  • 2021-09-08
  • 2021-12-23
相关资源
相似解决方案