Azganoth / language-lua-plus

Lua grammar and snippets for Atom.
MIT License
6 stars 0 forks source link

Can't install the package, Lua-Plus Package #2

Closed Xelbayria closed 5 years ago

Xelbayria commented 5 years ago

Hello,

I would like your help with this issue and here's the log: https://pastebin.com/fKA4AqMX

all I did was simply install the package via atom's install after I search for a few packages that are for lua language. Please keep this in mind, I am a beginner in programming. I appreciate your help for this one, so thanks in advance.

Aerijo commented 5 years ago

@Azganoth The issue is because Tree-sitter requires build tools to install. To fix this, the Tree-sitter repo should add prebuild or similar to it's workflow, like this. I don't know the best way to do it yet, but I intend to write a guide at some point.

With this change, npm will automatically use the prebuilt binary for nearly all platforms.

Azganoth commented 5 years ago

Hey, sorry for the delay, the problem has been fixed on the latest release, and thanks for the advice @Aerijo.

Xelbayria commented 5 years ago

ah alright. let me run some test. I'll let you know if it's been solved.

Xelbayria commented 5 years ago

😓 it is not solved.