-
Notifications
You must be signed in to change notification settings - Fork 13
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
Not working on Mac OS 10.10 #18
Comments
Create a symlink to the force cli executable in the /usr/local/bin folder. On Tue, Sep 22, 2015 at 1:07 PM, areichert [email protected] wrote:
Thanks, |
Is there a symlink also in /usr/bin? On Tue, Sep 22, 2015 at 11:11 PM, areichert [email protected]
Thanks, |
Hi ariechert, I got this working with a bit of messing around ... The Sublime Path plugin doesn't work for me either, could be that El Capitan is the issue here. Workaround is this:
sudo ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" /usr/local/bin/subl
sudo ln -s /replace_with_your_path/force /usr/local/bin/force
subl Good luck, Tony |
I am still getting this error. |
I had the same issue, it was working then I upgraded to El Capitan and it stopped working. @tscottdev solution worked for me.
|
For those using a Mac, go to https://force-cli.heroku.com and download the Mac version. All you get in your Downloads folder is a single file called "force". There is no installer, you just have to put this file someplace that makes sense. I moved it to a place where my path could see it and made sure it was executable for me. mv ~/Downloads/force /usr/local/bin Then type in subl and it should work. |
Just followed all the process and by trying to fetch lightning components: panic: runtime error: invalid memory address or nil pointer dereference goroutine 1 [running]: goroutine 5 [syscall]: An idea? |
I'll take a look. Can you tell me what version of the CLI you are using?
|
The last one, just downloaded yesterday from https://force-cli.heroku.com/ |
This issue appears to be more easily fixed by installing a Sublime Package called Fix Mac Path. (See Trouble making CLI (Command Line Interface) work with sublime on MAC OS X). |
FWIW, although I also receive the "Sublime Lightning Plugin requires the Force.com CLI to function" error message when I start up SublimeText, I'm actually able to use the plugin's functionality just fine. Mac OS X 10.10.5 I received the error both before and after installing the Fix Mac Path plugin. I failed to test Sublime Lightning before installing it, so I can't say if the Fix Mac Path plugin had an effect. |
Same Problem am also facing please help me |
Hi, I am trying to run the plugin on Mac OS 10.10, MavensMate 0.0.2, ForceCLI. I added ForceCLI to my $Path varible, running smoothly on terminal. But when I try to install the lightning plugin I'll reveive the following Error:
Sublime Lightning Plugin requires the Force.com CLI to function
Please visit force-cli.herokuapp.com to installthe Force.com CLI.
If you have already installed it, please make sure that you have stored it or created a symlink to it in Sublime's default path.
I found a hint on http://salesforce.stackexchange.com/questions/83457/trouble-making-cli-command-line-interface-work-with-sublime-on-mac-os-x, but this plugin seems not working too.
MavensMate itself runs like charm - I have no Idea what the problem could be.
Do you have any hint for me what "Sublime's default path" is?
The text was updated successfully, but these errors were encountered: