banderson / generator-flux-react

A yeoman generator for app based on Facebook's Flux/React architecture
332 stars 35 forks source link

Generator doesn't install gulp-sass #25

Open ghost opened 9 years ago

ghost commented 9 years ago

Installation goes fine, but when running gulp this error is thrown:

Error: Cannot find module 'gulp-sass'

Easy-to-solve problem, just go npm install gulp-sass, but the generator should have it as a dependency so it doesn't happen at all.

Edit: Thanks for the generator btw.

banderson commented 9 years ago

Hmmm, I'll take a look this weekend. I've been having some reports that npm install errors without completing, leading to errors like this. Try running npm install again and see if that fixes it, and I'll report back if I discover anything!

mttkay commented 8 years ago

Same problem here. Followed instructions in readme, but gulp-sass is not installed.

I'm also seeing a few "unmet peer dependency" warnings--something to worry about? For instance:

├── UNMET PEER DEPENDENCY eslint@3.1.1
├── UNMET PEER DEPENDENCY eslint-plugin-import@^1.7.0
├── UNMET PEER DEPENDENCY eslint-plugin-jsx-a11y@^1.2.0
...
├── UNMET PEER DEPENDENCY react@0.13.3
└── UNMET PEER DEPENDENCY react-dom@>=0.14.0