slushjs / slush-angular

A slush generator for AngularJS using the Google Angular App Structure Recommendations
129 stars 32 forks source link

Had to re-install gulp sass #53

Open CharlieGreenman opened 8 years ago

CharlieGreenman commented 8 years ago

When running gulp serve, it gave me an error, that gulp sass is not installed. I was able to bypass the problem by running sudo npm install gulp-sass, but being that this slush generator, is the slush poster child, we should probably try to fix it.

Note: running on Mac OSX 10.9.5

MaybeThisIsRu commented 8 years ago

You should not be running npm installs as sudo. See this.

As for the issue itself, I will try out slush and slush-angular in a day's time and report back.

CharlieGreenman commented 8 years ago

Ok, thank you.

stevehealy commented 8 years ago

Same issue here (Windows) with gulp-sass having to be installed manually after the initial install.