generator-flux-react icon indicating copy to clipboard operation
generator-flux-react copied to clipboard

Generator doesn't install gulp-sass

Open ghost opened this issue 10 years ago • 2 comments

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.

ghost avatar Mar 04 '15 13:03 ghost

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!

banderson avatar Mar 06 '15 13:03 banderson

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 [email protected]
├── UNMET PEER DEPENDENCY eslint-plugin-import@^1.7.0
├── UNMET PEER DEPENDENCY eslint-plugin-jsx-a11y@^1.2.0
...
├── UNMET PEER DEPENDENCY [email protected]
└── UNMET PEER DEPENDENCY react-dom@>=0.14.0

mttkay avatar Jul 20 '16 13:07 mttkay