Wednesday, 31 May 2017

when i run gulp in my project give me this error cant find module process-nextick-args?

i install gulp with this command npm install gulp -g then i go to my project and install it again npm install --save -dev gulp , and go to my project and created gulpfile.js ,I write this simple code only to see if gulp will run or i have an error .this code

 var gulp = require('gulp');
 gulp.task('default',function(){
 console.log('hello world');

then i go my cmd and write gulp then i have this error

});



via Eman Shaltout

No comments:

Post a Comment