generator-angular
generator-angular copied to clipboard
Compass Not Found
I've followed your instructions to a 'T' multiple times, only to get
Warning: Running "compass:server" (compass) task
Warning: Command failed: /bin/sh -c compass --version
/bin/sh: compass: command not found
Use --force to continue.
when I try to run grunt serve
I think using npm to install compass will fix this, but you might want to clarify your readme.
You need to make sure you have compass installed first. Get ruby then run "gem install compass"
http://compass-style.org/install/
https://github.com/yeoman/generator-angular/pull/1243
same error, compass is instaled
@idoo if its installed is it on your path? if you run the command directly does it work?
@eddiemonge sorry about that, I had problem with rbenv Now it's work correctly. Thank you!
$ sudo apt-get install ruby-compass $ sudo gem install compass
$ sudo apt-get install ruby-compass $ sudo gem install compass
This code maybe add in package.json -> "scripts" -> "preinstall" : ' sudo apt-get install ruby-compass & sudo gem install compass' and add for Win OS
Thank you!
worked for me on "windows 10" http://compass-style.org/install/
Use Ruby prompt to run it. Do not use CMD or Powershell. https://rubyinstaller.org/