TheLarkInn / angular-starter-es6-webpack

This is an Angular Starter App with component and service generators using gulp for easy component development. Uses Karma-Mocha-Chai as testing suite and Babel Loader and Webpack for ES6
106 stars 48 forks source link

Gulp dependency issues #9

Open spnc-omz opened 8 years ago

spnc-omz commented 8 years ago

On initial clone, trying to make a new component, you have to npm install --save gulp-inject-string and npm install --save merge-stream before gulp component --name foo works.