generator-gulp-angular2 icon indicating copy to clipboard operation
generator-gulp-angular2 copied to clipboard

gulp serve.dev issue

Open TylerRenfro opened this issue 9 years ago • 0 comments

The required modules from the gulpfile.js are not included into the package.json file so the npm install command won't recognize the dependencies.

So when the gulp serve.dev command is declared, it won't serve because of the missing modules.

TylerRenfro avatar May 11 '16 18:05 TylerRenfro