madhukard / angular2-jspm-seed

Angular2 / TypeScript / material2 / JSPM / Gulp Starter Project
46 stars 12 forks source link

Error when running 'gulp' task #16

Open bellizio opened 8 years ago

bellizio commented 8 years ago

I get the following error when running gulp:

screenshot 2016-06-16 08 44 22
reach4thelasers commented 8 years ago

its running your globally installed version of Gulp which is not Gulp4. Install gulp 4 (npm install 'gulpjs/gulp.git#4.0' -g) or run the local copy in node_modules/.bin/gulp