微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

安装了 VS2019 node-gyp find VS 还是报错

如何解决安装了 VS2019 node-gyp find VS 还是报错

我已经安装了 VS2019(包括 MSBuild)

enter image description here

当我运行 node-gyp configure --msvs_version=2019node-gyp rebuild 时,我会得到以下错误

gyp info it worked if it ends with ok

gyp info using node-gyp@7.1.2 

gyp info using node@14.9.0 | win32 | x64 

gyp info find Python using Python version 3.7.9 found at "C:\ProgramData\Anaconda3\python.exe" 

gyp ERR! find VS 

gyp ERR! find VS msvs_version not set from command line or npm config 

gyp ERR! find VS VCINSTALLDIR not set,not running in VS Command Prompt 

gyp ERR! find VS Could not use PowerShell to find Visual Studio 2017 or newer,try re-running with '--loglevel silly' for more details 

gyp ERR! find VS looking for Visual Studio 2015 

gyp ERR! find VS - not found 

gyp ERR! find VS not looking for VS2013 as it is only supported up to Node.js 8 

gyp ERR! find VS  

gyp ERR! find VS ************************************************************** 

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 

gyp ERR! find VS ************************************************************** 

gyp ERR! find VS 

gyp ERR! configure error 

gyp ERR! stack Error: Could not find any Visual Studio installation to use 

gyp ERR! stack     at VisualStudioFinder.fail 

gyp ERR! node -v v14.9.0

gyp ERR! node-gyp -v v7.1.2

就像之前有人问过这个问题 (node-gyp configure got "gyp ERR! find VS") 但问题中的方法对我不起作用。有没有其他方法可以解决这个问题?

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。