【发布时间】:2021-04-23 10:59:13
【问题描述】:
我已经安装了VS2019(包括MSBuild)
当我运行node-gyp configure --msvs_version=2019 或node-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