olefredrik / FoundationPress

FoundationPress is a WordPress starter theme based on Foundation 6 by Zurb
https://foundationpress.olefredrik.com
MIT License
2.7k stars 867 forks source link

Loading "sass.js" tasks...ERROR #209

Closed rowphant closed 9 years ago

rowphant commented 9 years ago

When im running "grunt build" in the terminal i just get a "Loading "sass.js" tasks...ERROR". Error: Cannot find module 'node-sass' Warning: Task "sass" not found. Use --force to continue. So i can not use grunt to merge all the files.

I can do "grunt build -force", which works but that not the solution of this problem. ;) Im quite new to all that grunt stuff, so i dont get it. Any solutions for this problem?

Btw im using a Mac if that matters.

sushilkumaryogi commented 5 years ago

sudo gem clean sudo gem install foundation sudo npm install -g bower grunt-cli sudo npm install grunt build grunt / grunt serve / grunt watch

These commend is really working..

thanks for share.