安装了那个模板出了错报这样的错误 “%1 is not a valid Win32 application” 你就除那个模板新安装. 如下例: 运行 npm install -g @angular/cli 报以下错误 Binary has a problem: Error: % is not a valid Win32 application. \\?\C:\Users\Administrator\AppData\Roaming\npm\node_modules\@angular\cli\nod…
Fixed the problem by installing python version 3.0 and above will do下载Python3.0或以上版本 python官网传送门:https://www.python.org/ 原链接:http://stackoverflow.com/questions/33144805/error-1-is-not-a-valid-win32-application…
Heka 编译安装后 运行报错 panic: runtime error: cgo argument has Go pointer to Go pointer 解决办法: 1. Start hekad with the GODEBUG variable exported in its environment: export GODEBUG=cgocheck=0 2. 之后出现如下报错,找不到lua文件 2017/01/16 10:33:38 Decoder 'MemStats-MemStats…