zoukankan      html  css  js  c++  java
  • gyp ERR! find VS

    yarn 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

    解决方法:

      下载安装visual studio 2019

      including the "Desktop development with C++" workload.

         注意安装时勾选 包含c++的桌面开发选项就行安装

  • 相关阅读:
    论JS函数传参时:值传递与引用传递的区别
    关于 rem
    致——自己
    用CSS3写的钟表
    HTML标签marquee实现滚动效果
    手机号截取
    CSS3绘制环形进度条
    限制内容长度(CSS,jQuery)
    移动web开发中遇到的一些问题收纳
    移动平台中 meta 标签的使用
  • 原文地址:https://www.cnblogs.com/irobotzz/p/12336767.html
Copyright © 2011-2022 走看看