Generator doesn't install gulp-sass
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.
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!
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