css - Sass command stopped working -
i having problem sass today, sass related command type in command line not work, outputs 'sass not recognized....', sass -v. worked fine couple of days ago. went ruby folder , there found "start command prompt ruby" , checking sass there works not on normal command line. installed python recently, maybe there conflict that, not aware. if can shed knowledge or have idea how fix issue, appreciate it. thanks!
if ruby not working should check out $path environment variable.
try resolve problems sass later, either
bundle show sass if use bundler or with
gem list sass otherwise. however, both of these rely on working ruby in $path.
Comments
Post a Comment