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?
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.