Search code examples
angularjsnode.jsnpmgulpgulp-less

Gulp serve error events.js: 85


I am getting error while doing gulp serve. I am pretty new to all this npm, bower and gulp/grunt stuff. So I was wondering what could be the possible reason for this error. Has anyone experienced this error before? I have attached the following screen-shot.

Thanks in advance!

enter image description here


Solution

  • Alright, after digging deeper into this issue, I finally found the solution. It was the issue with gulp-less. What I did was bower uninstall gulp-less and then again did bower install gulp-less. It solved my problem. Also had to downgrade fontawesome to 4.2.0. I hope it helps other people out there. Cheers!