vue-element-admin
    npm install时报错

    1. npm ERR! code 1
    2. npm ERR! path D:\Develop\WebStormProjects\meetm_zhongye\node_modules\deasync
    3. npm ERR! command failed
    4. npm ERR! gyp ERR! find VS
    5. npm ERR! gyp ERR! find VS **************************************************************
    6. npm ERR! gyp ERR! find VS You need to install the latest version of Visual Studio
    7. npm ERR! gyp ERR! find VS including the "Desktop development with C++" workload.
    8. npm ERR! gyp ERR! find VS For more information consult the documentation at:
    9. npm ERR! gyp ERR! find VS https://github.com/nodejs/node-gyp#on-windows
    10. npm ERR! gyp ERR! find VS **************************************************************
    11. npm ERR! gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\6danyang\\AppData\\Roaming\\npm\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild"
    12. npm ERR! gyp ERR! cwd D:\Develop\WebStormProjects\meetm_zhongye\node_modules\deasync
    13. npm ERR! gyp ERR! node -v v16.3.0
    14. npm ERR! gyp ERR! node-gyp -v v7.1.2
    15. npm ERR! gyp ERR! not ok

    可以尝试将 node 版本升级到 14+ 即可