This repository has been archived by the owner on Sep 16, 2019. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Please take a look at the changes to the devDependencies in the package.json file.
The updated versions of node-sass and grunt-sass:
node-sass v.2.0.1
grunt-sass v.0.18.0
Are compatible with node v.0.12.0.
You have to update both; if you just update node-sass to v.2.0.1 and try to use grunt-sass v.0.17.0, installation will fail during the post install script for grunt-sass. I think grunt-sass tries to load node-sass v.1.2.3 as a dependency, which as you know, is incompatible with the latest version of node 0.12.0.
I have tested this configuration in node v.0.10.32, v.0.10.33, and v.0.12.0. It will install and everything builds as expected using grunt.
I have also put in a pull request with zurb to have their package.json file updated too for the foundation-libsass-template.
Thanks,
Randy