Skip to content
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

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

Closed
shivanibhanwal opened this issue Oct 29, 2014 · 5 comments

Comments

@shivanibhanwal
Copy link

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

sass/node-sass#490

could you please guide ?

Thanks

@simonexmachina
Copy link
Collaborator

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
Copy link
Author

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
Copy link
Collaborator

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
Copy link

ryanto commented Oct 30, 2014

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
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants