一、 错误页面在vue 项目运行 npm run serve 时,提示Syntax Error: TypeError: this.getOptions is not a function原因: sass-loader@11.0.0 版本需要 webpack@5.0.0, 而 @vue/cli@4.5
在import sqlite的时候,golang build 出现以下错误,cgo: exec gcc: exec: "gcc": executable file not found in %PATH%原因是sqlitle3是个cgo库,需要gcd编译c代码需要下载安装mingw