-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Bower & Gulp requirements break Debian Wheezy & CentOS 6 installs #275
Comments
@jaxxstorm can you try running |
I'll have a crack at redeploying from scratch tonight and seeing if that resolved |
The issue you linked to says that the problem has been fixed, they rebuilt the dependencies? Worth trying again, like you said :) |
@jaxxstorm can you try again please? We've added another dependency |
@Ehesp I believe you were having an issue on Debian? Can you try? |
Haven't had time to try this recently, I'll try find some time next week |
This isn't a bug with Cachet, but is obviously causing issues for people. We should add some information somewhere explaining that it's not working on CentOS and Debian. In the mean time, we can't do anything as it's the dependencies themselves which are broken. |
Could we not have another branch with all the assets compiled in there ? |
Technically the answer is yes. But because it means that we need to maintain two branches it's not logistically elegant. I'm going to look into the actual issue itself and see if I can contribute a fix. |
Actually, it looks like there is an issue and a PR open for it: dlmanning/gulp-sass#162 but the |
I may have a temporary fix on the go. |
I ran into this problem today on my Centos 6 &7 boxes, going to reimage it for ubuntu and try again. |
Yeah I am having this issue as well, tried using node-sass beta but still it fails with the error.
|
Well this got merged. Try now? |
I ran |
Its running well on Centos 6.5. |
You can try the 0.9.3 version of node-sass |
A bunch of the node requirements require node-sass ~ 1.0, which is broken on CentOS 6 and Debian Wheezy re: sass/node-sass#517
The error message received is:
The fix currently is to use node-sass 2.0.0 beta:
sass/node-sass#517 (comment)
Unfortunately, the deps require explicitly that node-sass versions around 1.0 are used, so simply updating the dependencies won't be enough.
CentOS 6 and Debian Wheezy will account for a vast, vast number of production instances, so this could severely reduce the market for Cachet - it certainly rules me out of running it internally.
The text was updated successfully, but these errors were encountered: