-
Notifications
You must be signed in to change notification settings - Fork 157
Problem when generator runs "node install", "grunt-sass-0.18.0" does not install #329
Comments
+1 |
Having the opposite problem with latest release (0.3.5). Using OSX 10.10.3 and node 0.12.2 |
@derTobsch @gamaralf What node version are you on? |
v0.12.0 |
What does it say? It really sounds like a node-sass issue. |
oh, i have no idea. I created everything by hand after that. So i do not use yeoman anymore :/ |
+1 with ^0.17 in config Here's the top part of error log:
Failed at the node-sass@1.2.3 postinstall script 'node scripts/build.js' Mac OS 10.10.3 node v0.12.2 npm v2.7.4 |
grunt-sass 1.0.0 is working fiiiiiiine |
@BernhardBezdek @gamaralf @derTobsch Can you try if this is fixed in master? I think this was fixed in 267ad5d. If y'all can confirm that I'm going to make a new release. You can try the generator locally by cloning the repo and running |
@arthurvr it's working when using the master branch |
Hi Folks - This is an issue with running node-sass 1.x.x on node 0.12.x. See sass/node-sass#653 ... Whatever is requiring in node-sass needs to bump the version of node-sass to 2.x.x. I see grunt-sass just got bumped on this project (267ad5d) ... Trying HEAD of master now... |
Yup, that fixed it. This issue is the same as #343. And this 267ad5d fixes it. For folks who can't wait generator-backbone to provide an official release, delete the generator-backbone folder in your global node_modules directory, git clone this repo so you are on the HEAD of master, npm install, and then you should be good to go. |
Let's close this as fixed on master. Thanks everybody. |
When I run "yo backbone testapp", it fails at the "node install" step.
I edited package.json, changed "grunt-sass-0.18.0" to "grunt-sass-0.17.0" and now "node install" works. But the generated "system" is broken.
The text was updated successfully, but these errors were encountered: