How can I solve error gypgyp ERR!ERR! find VSfind VS msvs_version not set from command line or npm config?

后端 未结 3 775
迷失自我
迷失自我 2020-12-09 02:47

I want to run this project : https://github.com/adonis-china/adonis-adminify

When I run npm install, there exist error :

> sqlite3@3         


        
3条回答
  •  一向
    一向 (楼主)
    2020-12-09 03:28

    Install all the required tools and configurations using Microsoft's windows-build-tools using npm install --global windows-build-tools from an elevated PowerShell or CMD.exe (run as Administrator).

    Full Guidance in GitHub

提交回复
热议问题