flutter_ecommerce_app icon indicating copy to clipboard operation
flutter_ecommerce_app copied to clipboard

Launch with problem

Open cicada-lewis opened this issue 2 years ago • 2 comments

env: msys2 + fish3.3.1+ lua5.4.3 installation: I install z.lua with lua ~/.config/fish/plugins/z.lua/z.lua --init fish> ~/.config/fish/conf.d/z.fish

I am a noob with fish shell syntax, after the z.fish effect. I will get the following problem; image It seems like fish shell can't interpret z.fish ? What should I do?

cicada-lewis avatar Mar 06 '22 10:03 cicada-lewis

Your lua is compiled with mingw. What you need is a msys dedicated lua. (compile yourself with gcc for msys)

skywind3000 avatar Mar 06 '22 11:03 skywind3000

It works. very thx.

cicada-lewis avatar Mar 06 '22 23:03 cicada-lewis