You need to install sass if you want to use it. Sass isn't installed as part off the npm stuff (although the grunt-sass task is). That's my guess, since compass and bundle are ruby executables.
You can also switch your dependency from sass to node-sass, but that gets to be a bit complicated as they aren't 100% compatible with each other. E On Aug 21, 2014 5:09 AM, "kiran francis" <[email protected]> wrote: > Hi, > > We need to run existing angular project in our local server. We are using > Karma, Grunt, Bower, Yeoman & sass. So When we build the project using with > "grunt watch" command ,it showing a warning message like this > > http://screencast.com/t/ismAakhzkP > > But our client said just compile the app using the following commands > > npm install > bower install > bundle install > > then use "grunt watch" command > > > So can you please look into this issue and help me to resolve it, it would > be higly appreciated. > > Thank You. > KF > > -- > You received this message because you are subscribed to the Google Groups > "AngularJS" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/angular. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
