【问题标题】:installed VS2019 node-gyp find VS still get an err安装 VS2019 node-gyp find VS 仍然报错
【发布时间】:2021-04-23 10:59:13
【问题描述】:

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

当我运行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") 但问题中的方法对我不起作用。有没有其他方法可以解决这个问题?

【问题讨论】:

    标签: node.js visual-studio node-gyp


    【解决方案1】:

    我已经解决了这个问题。 这是由于我的环境变量被污染了。 所以,只需要删除错误的变量,重新安装依赖,然后设置变量即可。

    【讨论】:

      猜你喜欢
      • 2019-12-23
      • 2015-12-07
      • 2023-03-17
      • 1970-01-01
      • 2013-05-25
      • 2019-07-22
      • 2014-02-05
      • 2012-08-12
      • 1970-01-01
      相关资源
      最近更新 更多