angular2-jspm-seed icon indicating copy to clipboard operation
angular2-jspm-seed copied to clipboard

Error when running 'gulp' task

Open bellizio opened this issue 8 years ago • 1 comments

I get the following error when running gulp:

screenshot 2016-06-16 08 44 22

bellizio avatar Jun 16 '16 12:06 bellizio

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

reach4thelasers avatar Jun 19 '16 08:06 reach4thelasers