I started working on an existing project that used “grunt-contrib-compass”.
Grunt kept throwing the error, Warning: not found: compass
Running “concurrent:server” (concurrent) task
Warning: Running “compass:server” (compass) task
Warning: not found: compass Use –force to continue.
After going in circles with installing npm packages, uninstalling npm packages, I realised the problem was this library is dependent on Ruby.
The solution
Install ruby:
Install gems
Using ruby you need to install gems
gem install sass
gem install compass