Error: Could not find any Visual Studio installation to use
Error: Could not find any Visual Studio installation to useShaelyn_解决方案方案1: 根据报错提示安装最新版本的visual studio, 并引入相关的c++桌面开发工具;gyp ERR! find VS You need to install the latest version of Visual Studiogyp ERR!
·
Error: Could not find any Visual Studio installation to use
Shaelyn_
解决方案
方案1: 根据报错提示安装最新版本的visual studio, 并引入相关的c++桌面开发
工具;
gyp ERR! find VS You need to install the latest version of Visual Studio
gyp ERR! find VS including the "Desktop development with C++" workload.
gyp ERR! find VS For more information consult the documentation at:
gyp ERR! find VS https://github.com/nodejs/node-gyp#on-windows
报错友好, 提供了指引地址: https://github.com/nodejs/node-gyp#on-windows
具体操作
方案 2: 可以试下全局安装构建工具
npm install --global windows-build-tools
Tips
相关依赖是否需要python环境? 需要可安装2.7.x版本
更多推荐
已为社区贡献1条内容
所有评论(0)