RainHaven / meteor-sass

MIT License
1 stars 2 forks source link

error: No compatible build found #1

Open stefan-wiesner opened 9 years ago

stefan-wiesner commented 9 years ago

Hi.

I always get an error when I try to install this package:

=> Errors while adding packages:

While checking for rainhaven:sass@1.0.1: error: No compatible build found

I'm on Meteor 1.0.3.1

scottmcpherson commented 9 years ago

Hey @stefan-wiesner,

I'll have to look into this. It's using the latest node sass so there might be something going on there.

If you need something to get going, maybe check out: https://github.com/fourseven/meteor-scss

It's the same thing, just an earlier, more stable version.

stefan-wiesner commented 9 years ago

Hey. Thanks for the fast response.

I would like to use your foundation-apps package which needs your sass implementation. Can I download the zf in my package folder and change the package.json to load the other package? Otherwhise I'll just wait for a new release.

cheers

scottmcpherson commented 9 years ago

Oh ok, I don't think the other sass package will be compatible.

Let me take a look at this on Monday and see if I can get it working.

scottmcpherson commented 9 years ago

@stefan-wiesner what kind of operating system are you on? If you're on linux that might be the problem.

I just published a new release because I noticed that the version file had changed. But I was using locally with no problems and I just installed it in a test app and it worked fine.

Also, if you run meteor add rainhaven:foundation-apps it will add sass as a dependancy.

And one more thing, I'm getting ready to release a package called orbit that uses foundation for apps styles, but includes quit a few very useful template helpers.

It's also going to integrate with em so the only thing you'll have to do is run the command em create appName --orbit and everything will be set up for you. If you're interested in testing it out, let me know and I'll shoot you a link.

stefan-wiesner commented 9 years ago

Hi scott.

I'm on linux. That may have caused the problem. Ok.

Cool stuff you are planning! If I may have a sneak look at it i'll be more than happy.

Thanks alot for your help.

Cheers