snowkit / flow

flow
MIT License
63 stars 13 forks source link

Sublime Text packages not found #24

Closed ember-max closed 10 years ago

ember-max commented 10 years ago

Added these repositories: https://github.com/underscorediscovery/sublime_haxe_completion https://github.com/underscorediscovery/sublime_flow Sublime Text said they were registered successfully.

Then tried to install these packages: sublime_flow sublime_haxe_completion But no matching packages were found. Hopefully I'm not missing something obvious, I'm not a Sublime Text package wizard but I have successfully installed and used other packages.

I'm on Mac 10.9.5 (Mavericks), Sublime Text 3 (Build 3065)

bfod commented 10 years ago

Check your Sublime Text console (ctrl-`) and see if there is a complaint about an invalid certificate. If so, you'll need to uninstall and reinstall Package Control. I had the same issue with 10.9.4 and Sublime 3, it seems like a common issue with the github api.

ruby0x1 commented 10 years ago

Hey @ember-max thanks for posting.

If you open the console (ctrl `, or view -> show console) do you see any messages from package control there? You can also open Preferences -> Package Settings -> Package control and confirm they are listed there in the json file correctly.

Aside from that I don't know if sublime wants a restart.

edit : bfod ninja edit edit : bfod also posted here for reference yesterday

ember-max commented 10 years ago

Awesome, thanks for the quick replies - excited to checkout flow/snow/luxe!

ruby0x1 commented 10 years ago

was it that @ember-max?

ember-max commented 10 years ago

Yes, after I managed to find and delete the Package Control plugin for Sublime (used this link: https://github.com/wbond/sublime_package_control/issues/736, the built-in Remove Package command wasn't working, and my Package Control was actually located at '~/Library/Application Support/Sublime Text 3/[etc]'), I then re-installed (using this link: https://sublime.wbond.net/installation), and then went back through the steps listed at the top and was able to install sublime_flow and sublime_haxe_completion. Thanks again!

ruby0x1 commented 10 years ago

No problem, thanks for posting how you sorted through it.