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


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 **************************************************************
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版本太新了


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM