joliss / broccoli-sass

Sass compiler for Broccoli, using libsass
MIT License
44 stars 97 forks source link

npm ERR! node-sass@1.1.3 install: `node build.js` when installing broccoli-sass #34

Closed shivanibhanwal closed 9 years ago

shivanibhanwal commented 9 years ago

Hi We are facing issue with travis build and issue is caused by broccoli-sass as it uses node-sass internally I have reported same bug on node-sass and they asked me to try 1.1.1 version however when we ran travis build again broccoli picked up the 1.1.3 version

https://github.com/sass/node-sass/issues/490

could you please guide ?

Thanks

simonexmachina commented 9 years ago

You will need to specify 'broccoli-sass': '1.1.1' in your package.json. If you have a ~ or ^ operator then npm will upgrade to you to the latest version that satisfies your semver string.

shivanibhanwal commented 9 years ago

Actually 1.1.1 is not broccoli version that is node-sass version and I have report bug because it is breaking the broccoli-sass package as well.

simonexmachina commented 9 years ago

The node-sass author has indicated that 1.1.4 could be a fix - have you tried? I'd say we're probably going to be reluctant to push a version that prevents node-sass updates. An alternative is for you to use your own fork of broccoli-sass and specify 1.1.1 in that. Let me know if you want help doing that, it's pretty easy.

ryanto commented 9 years ago

node-sass 1.1.4 does not fix the problem.

As a temporary fix I downgraded to broccoli-sass 0.2.4 which uses node-sass 0.9.6. That has 'fixed' the issue for now.

simonexmachina commented 9 years ago

Okay, closing the issue. Feel free to reopen if you like.