-
Notifications
You must be signed in to change notification settings - Fork 21
Failed to spawn error with Atom 0.166.0. #14
Comments
I have the same error with Atom 0.168.0. I ran So I added
to my Atom config file. I still get the same error about scss-lint not being installed. |
👍 |
I started experiencing the same issue since sometime in early January. Everything seemed to be working fine prior to that. As far as I'm aware, the only thing that has changed is that I have updated Atom and all of its installed packages using Atom's built in updater, so perhaps the issue was introduced due to the Atom 0.166.0 update as @bobrocke suggests. Unlike the other reporters, I am using rbenv via Homebrew.
|
Any progress with this? It's a problem and I don't know of another Atom SCSS linter. |
yea, still waiting on an update for this. |
I get the same thing on 0.177.0. |
I started Atom via the command line, and it worked. Odd. This still should be addressed, me thinks. Using rvm, as well. |
Has this plug-in been abandoned? |
I wonder if anyone using |
Yes, I see that @karl-wednesday is using it. Dang. |
@nickroberts I get the same results. This issue may directly be related to AtomLinter or Atom Itself. steelbrain/linter#150 |
I'm getting this too. Opening Atom from the command line instead of the dock worked, but it's not an ideal solution. |
Getting this too with rbenv. It looks like it's because Atom is started without the user profile, so the version of ruby it sees isn't the same version that the terminal sees. Hence why starting from the terminal works. |
@simmerz That's an interesting observation! How can I tell what version Atom finds when started from the terminal? Maybe I can configure scss-lint there? |
Here's an issue with a resolution that worked for me: #39 |
Fixed by #58 |
@idmarjr OS X "helps" you by striping the environment from any application launched from the GUI. You can either launch Atom from a terminal window, or specify the path the |
@Arcanemagus I tried launch it from terminal.app but even this way it still happening. :/ |
@idmarjr try specifying a full path to it in settings. |
@steelbrain Awesome! It works. Appreciate your help guys! |
Suddenly getting this error after upgrading to Atom V1.3.1 |
@RhianWright have you tried specifying the full path as outlined a few times in this thread? |
Go to Atom > Preferences > Packages > linter-css-lint > Settings and paste that path in Executable Path field. @steelbrain @idmarjr This works, thanks! |
Apparently the atom-scss-lint does not install the scss-lint gem. Try installing the gem manually. |
@fahimfarookme That's part of the readme's installation steps: https://github.com/AtomLinter/linter-scss-lint#scss-lint-installation 😉. |
RVM case. http://stackoverflow.com/questions/26247926/how-to-solve-usr-bin-env-ruby-executable-hooks-no-such-file-or-directory |
Error in red dialog box in upper right corner:
Failed to spawn command scss-lint. Make sure scss-lint is installed and on your PATH
This just started with Atom 0.166.0. It didn't so it before.
The text was updated successfully, but these errors were encountered: