-
Notifications
You must be signed in to change notification settings - Fork 33
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
"cleanup" error appears after having updated Brackets #180
Comments
I'm seeing this too and while I can save the Sass it doesn't update the CSS file and then I eventually get this error.
Same release of Brackets on Windows 10 Pro. |
Having the exact same issue - updated - cleanup error - SCSS timeout after 10000 ms |
Ditto. 1.8.0-17108 on Windows 7 with |
Same problem on a Windows 10 install. Looks like the extension isn't compatible with the latest Brackets. I'm also getting a I don't have that directory in my extensions directory- closest is win32-ia32-11 |
Exactly same troubles for a week. |
best solution? just downgrade the brackets app to 1.7 uninstall the new brackets and reinstall 1.7. just give it a try. |
Hi jedeveraa. I'm not sure that reverting to a previous version because the updates aren't failsafe was ever the really best solution for the reputation of any app. The developers' reactivity is. But after nearly a week I don't see any response here. |
hi chachah. yea, for the sake of getting back to work. its my best solution for now. i hope the owner of this plugin will update the version as soon as possible. :( |
I posted the issue to Brakets repository. |
Same trouble with latest bracket version on Win10 pro. |
Can confirm jedeveraa's solution. On my Windows 7 machine, using Brackets 1.7 with this plugin works, but I get the cleanup error using Brackets 1.8 |
Hi sanpan93, i think is the best solution for now just to work with this plugin is to downgrade your version into 1.7. hope someone will update this plugin. :( |
In Brackets 1.7 there are some important things that not working, like Eslint.... |
hi @AgamlaRage, yeah it depends on our needs. so far all of my extensions are working on 1.7. |
I'm not blaming you !!! :) |
I confirm it works with bracket 1.7 but as AgamlaRage said, some other extensions are in trouble in v1.7. |
Hi everyone, did you know "Scout App"? It's a standalone app which compiles sass/scss files in the background every time sass or scss files change, just like brackets-sass does. It does the job no matter which editor you use. That is to say you can go on using Brackets. It's a child's play. |
Yes. A good solution for little projects |
I have absolutely no clue if this will work for everyone but here's a quick fix that did the trick for me :
This is pretty dirty but it seems to do the job, no bugs so far. Still hoping for an update soon, though. Hope it helps. edit: cannot emphasize enough how dirty this is, only do that if you're as lazy and careless as me, the solutions mentioned before me are far better. But... you know... ¯\_(ツ)_/¯ that works too... |
@UltraChilly that is very confusing to me |
@AgamlaRage i think Am going to shift to Atom editor completely |
I've changed over to NetBeans. Can't use a dev environment that won't compile Sass and as much as I like Brackets, I've given up waiting. |
@Humphreto Don't bother, it's a terrible solution anyway :p and Atom is definitely worth trying |
I'm using Koala (on Windows 10) to autocompile my sass file for now, waiting for an update. . Koala listen the files you want, and compile it when a change occured. I'm a huge fan of Brackets, and code-mirror synthaxing, I'm not moving from Brackets for this ! |
@UltraChilly, your solution works for me! Thank you :) |
@UltraChilly , works for me too, on Windows 10. On Windows, I needed the win32-x64-48 node sass release. |
@UltraChilly Before using Bracket editor i was a big fan of atom. Now am extremely addicted to bracket i found atom extremely hard to use -- I simply cant use anything else rather than bracket.. So i decided to downgrade my editor to the previous version that works fine with sass..... 👎 https://github.com/adobe/brackets/releases/tag/release-1.7 |
@UltraChilly worked for me, thanks! @AgamlaRage Windows solution worked |
@Humphreto, @miguelventura, @AgamlaRage, @brehouse, and everyone else who tried my fix, It's probably best you remove the folder we added and update the plugin properly now it's fixed (so we don't break anything) ;) |
Hey - looks like the latest update doesn't account for windows |
@brehouse oh, my bad :'( |
I didn't see any update too. Windows 10 |
For windows, you could just update node-sass yourself. At least that's what I did right after I saw what was wrong, and it works fine. Assuming you have node installed, go to <you_user>\Appdata\Roaming\Brackets\extensions\user\jasonsanjose.brackets-sass\node\2.0.3 and put your cursor in the address bar, type |
@brehouse @jasonsanjose @AgamlaRage I only sent in a fix for macOS, I will send in more fixes shortly, when I have time. I know how to fix windows, but don't have access to a windows machine right now. |
@AgamlaRage how did you get it done on win 10. please i need yelp.....please A screen recording would real help |
@jasonsanjose can you make a beta release so people can test my changes? |
@Humphreto to fix this on Windows 10 I applied the @UltraChilly solution. |
@AgamlaRage This has been done in latest git as well, but the release has to be done first. |
@Humphreto @brehouse I created a new release that fixes your issues here: https://github.com/Brainzyy/brackets-sass/releases/tag/2.0.4 |
@brainzyy I unfortunately (and quite obviously 😞 ) haven't had the time to keep this extension updated. I can transfer the ownership of the extension on the Brackets registry to you if that works. Just let me know. |
@jasonsanjose I can try and keep this updated, I have limited programming knowledge, but I can make sure node-sass is updated and that problems are dealt with. I would like to make a new release, so that people can update through Brackets. |
@brainzyy done. |
@jasonsanjose EDIT: updated |
thank you so much @jasonsanjose @brainzyy for your work. i wonder how how i could get css declaration suggestion as i type in SASS |
@Humphreto I can't help you with that, sorry. But if you have any issues, don't hesitate to contact me. I hope @jasonsanjose can help you. |
@UltraChilly Thank you. It working for me. But I'm missing binding.node inside the win32-ia32-48 folder. |
@ngomjnhthj try the version from: #190 |
@gverm Thank you so much. It's working for me. |
@ngomjnhthj i was having the same issue and i just downloaded https://github.com/sass/node-sass-binaries/blob/master/win32-ia32-48_binding.node and cut and paste that file inside a folder "win32-ia32-48" in node-sass/vendor and all works good ;) |
#190 (comment) this helped to me |
This error started appearing as of today (Nov. 10) when I updated to release 1.8 build 1.8.0-17108 of Brackets (released Nov. 2 2016).
The text was updated successfully, but these errors were encountered: