-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't install/run on Windows 10 #715
Comments
I think this is a LuaRocks problem. The |
Could it be this issue; luarocks/luarocks#1287 ? |
I don't know but I got it solved by using scoop.sh to install luarocks and then install busted via luarocks thanks to another issue I found in their repo. So the steps I did (plus I guess since before installing a compiler for building lua from source)
|
I'm having problems running busted on Windows 10. Built Lua 5.4 (5.4.4?).
There exists a "busted" file, but I don't see how that's going to execute.
Also there's this
Error: unknown option '-e'
that shows up in the output?In the
bin
directory there's only one file,busted
The text was updated successfully, but these errors were encountered: