-
Notifications
You must be signed in to change notification settings - Fork 34
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
New versions not working on Linux #106
Comments
I can confirm, version 1.0.0-67 works just fine while the new one does not. |
Same for me on Windows everything works fine but when I installed new version on Ubuntu 14.10 x64 compiler stopped working with this error |
Issue confirmed on UbuntuGnome 14.10 (1.0.0-67 works fine, 2.x gives "Max connection attempts reached") |
Same here in xubuntu 14.04 2.x gives "Max connection attempts reached"), the weird thing is that a popup window shows and error message and the tittle is associate to the brackets-git extension as described here But the main error is from the bracked-sass extension. Hope a fix appear soon. |
Hi again folks, good news I made it work. I decided to check the error and finally using some console.log messages found this error message:
with that info was easy to notice the provided version of the binding.node was not working with my linux arch. So the solution was to build my own version, the provided one is build for 32bits, I compiled my own version for 32bits and it didn't work either, I suppose in the mac somehow works, but in linux it doesn't. So a normal build worked fine. First I got the brackets-sass sources:
go to the node-sass folder:
Install required tools:
build the bindind.node
you end up having a file binding.node file in build/Release/ folder
|
Awesome, it's finally working. Thanks for the solution Idlaz. |
@ldiaz Can you write this solution in the wiki? |
Yikes. Thanks @ldiaz. The right fix here is to make sure the node-sass binaries from https://github.com/sass/node-sass-binaries are up to date. In short, that usually means upgrading node-sass. I see the latest is 3.0.0. If anyone is interested in taking on this work sooner than later, please let me know. Otherwise it may have to wait a few weeks until my time frees up. |
@nicolo-ribaudo sure I can do it. Do you think a new page called troubleshooting it's fine to start adding this kind of things? |
@jasonsanjose I'd like to help you with that, but I would need some sort of guide about it. |
[Edit: Got it working – see below] Hi everyone, I'm facing the same error as described in #105 – brackets sass unfortunately breaks my whole brackets by crashing node.js I tried the fix suggested by @ldiaz, but I don't get very far, as
As you can see, no Does anyone have suggestions on how to proceed? Can this issue be fixed in the package itself? System info: Ubuntu 15.04
|
I finally got the plugin working for me on Ubuntu 15.04 Here is what I did: (Even after I got @ldiaz' procedure working, it did not fix the issues for me. ) DependenciesI had everything needed available, and I'm not sure which exact packages are needed. You'll definetly need:
You'll most likely need:
Close BracketsYou have to close Brackets, as some files cannot be written otherwise. Make
|
Thanks @jGleitz. I followed your steps (mostly), but found that there were a few superflous instructions. Cloning the repository somewhere in |
Im kind of new to node. Tried to rebuild and get stuck:
|
@trahibidadido Sorry for the late response, is this still an issue? I'll be testing Linux compatibility tomorrow. I know it is broken, but I will do my best to try and fix it ASAP and roll out another update. |
@brainzyy I've switched to Atom since that moment, if I'll have some spare time I will test dev branch, if it will be available |
@trahibidadido You don't have to do anything with Github, I pushed an update to the Brackets Extension Repo. So just update/install the plugin from inside Brackets. |
@brainzyy maybe I've forgot how to use it, but I get no errors, same s no finl css compilation. node v 4.2.6 |
I've double checked my pref. Everything should be ok, but...
|
@trahibidadido I have no clue about that... I tested on Ubuntu, just installed brackets and installed the plugin. Installing a custom node version could pollute everything. because I updated the version of node shipped with the plugin to a version that works with most Linux distros. |
Brackets 1.2
Kubuntu 14.04
the new versions 2.x are not working on linux, the error given is "Max connection attempts reached"
I just did a very simple demo file, demo.scss
with brackets-sass.1.0.0-67 compiles good into demo.css, with no errors
with brackets-sass.2.x gives "Max connection attempts reached" and is not compiled
The text was updated successfully, but these errors were encountered: