When i execute the line
$sass --watch sass/views.scss:views.css
i get the following message
I had the same issue. You just need to run the command in sudo mode.
sudo sass --watch sass/views.scss:views.css