Skip to content
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

Sublime Text 3 could not load SCSS #47

Open
visualcookie opened this issue Feb 25, 2014 · 8 comments
Open

Sublime Text 3 could not load SCSS #47

visualcookie opened this issue Feb 25, 2014 · 8 comments

Comments

@visualcookie
Copy link

Hi,

after the last update Sublime Text says, that it can not format SASS/SCSS files. I removed the package, reinstalled and after one day I get the same error.

Could this be a bug?

@nathos
Copy link
Owner

nathos commented Feb 25, 2014

Just tested with ST3 and it appears to be working (fresh install via Sublime Package Control):
screen shot 2014-02-25 at 3 30 41 pm

@visualcookie
Copy link
Author

Did this some times but still, after one day it appears to not working.

@nathos
Copy link
Owner

nathos commented Feb 27, 2014

I just tried it on a coworker's machine in ST3 (OS X), and it also appears to be working.

Perhaps you could try clearing out some of the SublimeText preferences, and check to make sure there are no orphaned package files in ~/Application Support/Sublime Text 3/?

@Bartunek
Copy link

Today I found I have to deal with exactly the same issue. After starting Sublime Text i saw this error message:
sublime_error

@Bartunek
Copy link

After some trial and error research I found following solution that worked for me:

  1. Remove Sass package with package manager
  2. Delte file Sass.sublime-package from User\AppData\Roaming\Sublime Text 3\Installed Packages and \Program Files\Sublime Text 3\Packages folders. (Sublime Text of course closed, paths are from Windows env.)
  3. Start Sublime and install Sass package through the package manager.

After that it started to work as usual.

@nathos
Copy link
Owner

nathos commented Feb 28, 2014

@Bartunek thanks! That's helpful advice to anyone else trying to troubleshoot.

@visualcookie are you also a Windows user?

I'm still not sure what would be causing the issue though, as the latest update is a pretty clean commit that rolls things back to the way things were a couple weeks ago.

@michael-reeves
Copy link

I just ran into this with the latest beta of Sublime 3 on my Mac with OS X 10.10. I ended up fixing it by manually copying the Sass folder from ~/Library/Application Support/Sublime Text 2/Packages/ into ~/Library/Application Support/Sublime Text 3/Packages/

Apparently the installer didn't create this folder.

@Lopera
Copy link

Lopera commented Dec 5, 2015

@michael-reeves Thanks, your idea also works for me (Mac OSX El Capitan 10.11.1) but only once.
I notice that Sublime Text 3 build 3083 delete automatically the /Packages/Sass folder everytime it runs and move Sass folder into Backup .

  1. Copy the Sass syntax folder from Sublime Text 2
    from :
    /Users/BartSimpson/Library/Application Support/Sublime Text 2/Packages/Sass
    to :
    /Users/BartSimpson/Library/Application Support/Sublime Text 3/Packages
  2. cmd+i in the Sass folder
  3. Change user privileges to "Read only" and select the "Locked" checkbox
  4. Open Sublime Text 3. Sass must appear in Syntax list. Then close ST3 and reopen, check if Sass still appear... If dissappear is because the folder were deleted by starting the program. Try lock the folder again.

sublimetext3_sass_syntax

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants