I am new to gulp, whenever I run gulp SOME_TASK it says "require external module babel-register". This takes a solid 20 seconds or so. The actual task takes milliseconds to complete.
What is happening here? How do I fix it? What is this babel-register?
I tried npm install babel-register. It did not fix the problem.