Installing Dave Carolls Sublime Lightning

I’m starting with Aura/Lightning today and want to install this plugin for sublime on Windows 64bit

So I followed the instructions in this video here https://www.youtube.com/watch?v=A_sUTfeGKxw

It requires this https://github.com/heroku/force

Unfortunately all binary downloads are broken:

Then I tried to compile it from source, proceeding these steps:

This also did not work and resulted into the following error:

D:elastify.netappsforce>go get -u github.com/heroku/force
go: missing Mercurial command. See http://golang.org/s/gogetcmd package github.com/heroku/force
    imports bitbucket.org/pkg/inflect: exec: "hg": executable file not found in %PATH%
go: missing Mercurial command. See http://golang.org/s/gogetcmd package github.com/heroku/force
    imports github.com/ViViDboarder/gotifier
    imports github.com/ddollar/config
    imports github.com/ddollar/dist
    imports bitbucket.org/kardianos/osext: exec: "hg": executable file not found in %PATH%

Any go-experts here? Sure I’m making stupid mistakes… but today it’s the first time I heard about go… 🙂

Or any ideas where to find those binaries? (I would prefer the binaries to keep this part simple and focus on Aura as soon as possible)

Answers:

Thank you for visiting the Q&A section on Magenaut. Please note that all the answers may not help you solve the issue immediately. So please treat them as advisements. If you found the post helpful (or not), leave a comment & I’ll get back to you as soon as possible.

Method 1

I’ve pinged DaveC about this to see if we can get it corrected. I hit similar stumbling blocks when I first built from source but I did eventually get past them. The hg issue is either a path problem (I seem to recall having to add it to my path manually) or perhaps you have not installed this dependency? Waiting for the binaries to come back online is not a bad idea – getting my Go environment setup, learning the basics of how to compile/run/debug etc was “entertaining”…

Method 2

The missing “hg” command is from Mercurial. Download and install that first, and the steps you suggested should work.


All methods was sourced from stackoverflow.com or stackexchange.com, is licensed under cc by-sa 2.5, cc by-sa 3.0 and cc by-sa 4.0

0 0 votes
Article Rating
Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x