问题

在上一篇《MSBUILD : error MSB3428: 未能加载 Visual C++ 组件“VCBuild.exe”》,安装时失败了,提示:

Please restart this script from an administrative PowerShell

解决办法

1、以管理员身份运行cmd

搜索cmd,然后右键“以管理员身份运行”

Please restart this script from an administrative PowerShell

2、再运行命令

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

成功了,结果如图:

Please restart this script from an administrative PowerShell

相关文章:

  • 2021-06-02
  • 2021-12-20
  • 2021-12-01
  • 2022-12-23
  • 2022-12-23
  • 2021-12-04
  • 2022-12-23
猜你喜欢
  • 2021-04-09
  • 2021-11-04
  • 2022-01-19
  • 2021-11-10
  • 2022-12-23
  • 2021-10-01
  • 2022-12-23
相关资源
相似解决方案