-
Notifications
You must be signed in to change notification settings - Fork 324
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
No executable when installing luacheck via npm on Mac OSX? #179
Comments
martin-braun
changed the title
No executable with installing luacheck via npm on Mac OSX?
No executable when installing luacheck via npm on Mac OSX?
Sep 17, 2018
|
Apparently crossccompiling to Macos is pretty complicated, splitting that into #180. IIRC Luarocks should work pretty well on Mac. |
Thank you, how could I not think about LuaRocks? Works! |
Looking forward to a binary build for Mac OS. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A Visual Studio extension requires luacheck to be a global executable command on my MacBook. I went ahead installing luacheck via
npm install -g luacheck
, but I don't get any bin link so I could use it on the Terminal and thus can be used by that extension. Instead all it does is installing the lib files so I can require luacheck within any JS app.Is there a way to get it as executable on Mac OSX? I've seen there is only a bat file for Windows users. Any help is appreciated.
The text was updated successfully, but these errors were encountered: