npm install報錯
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 checking VS2019 (16.3.29411.108) found at:
gyp ERR! find VS “D:\viso”
gyp ERR! find VS - found “Visual Studio C++ core features”
gyp ERR! find VS - missing any VC++ toolset
gyp ERR! find VS could not find a version of Visual Studio 2017 or newer to use
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 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
解決:
1、删除C:\Users\web中的.npmrc檔案 重新解除安裝重裝node
2、通過 npm profix 找到npm位置,删除npm檔案夾和npm-cache(要以管理者身份删除)
3、找到nodejs檔案位置,删除裡面檔案,然後下載下傳node.js,直接安裝。
4、設定淘寶鏡像
npm config set registry https://registry.npm.taobao.org
5、安裝好打開再次npm install就成功了!可能是我npm版本太新了