efficiently / larasset

Larasset is a library for Laravel 4, 5.0, 5.1, 5.2 and 5.3 which manage assets in an easy way
http://laravel.io/forum/07-18-2014-package-larasset-asset-pipeline-the-ultimate-front-end-tool
MIT License
67 stars 5 forks source link

npm install problem on Yosemite. #13

Closed tmunzar-jfish closed 9 years ago

tmunzar-jfish commented 9 years ago

If I'm correct, one of the dependencies of the larasset-js npm package is node-sass@1.2.3.

However node-sass@1.2.3 fails to install on my Yosemite OSX (10.10.2). The latest version of node-sass (i.e. 2.1.1) however installs without any issues.

Is there are a way for me to install larasset-js without it having to depend on an older version of node-sass?

tortuetorche commented 9 years ago

Hi @tmunzar-jfish,

Do you plan to use SASS or SCSS in your application?

Cheers, Tortue Torche

tmunzar-jfish commented 9 years ago

@tortuetorche I figured it out. node-sass@1.2.3 wasn't installing because of the my node.js being at an incompatible version (0.12.). I downgraded node to a 0.10. and it solved the issue for me.

The application is using SCSS.

tortuetorche commented 9 years ago

Glad to see your issue is resolved. I'll check if it's OK to bump the node-sass version in the next larasset-js release.

tmunzar-jfish commented 9 years ago

@tortuetorche I think you should have it be able to use a new version of node-sass. Seems like larasset is having problems compiling Zurb Foundation 5 scss files properly.