Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

updated package.json #262

Merged
merged 1 commit into from
Mar 12, 2015
Merged

updated package.json #262

merged 1 commit into from
Mar 12, 2015

Conversation

randmanrjr
Copy link
Contributor

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

@olefredrik
Copy link
Owner

Works very well. I'll take in your pull request, but I also want to update the documentation while we're at it. Thanks for your contribution!

@olefredrik olefredrik merged commit c48fe73 into olefredrik:master Mar 12, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants