I'm running Windows 10 build 10576
(latest) and I get an error when running gulp from my project root folder(or anywhere). Here's a screenshot of the error: http://puu.sh/l3mLf/522a4e6dbe.png
Error message says "invalid character
".
(I've installed gulp globally)
The very first line of gulp.js
in the bin folder is the following:
#!/usr/bin/env node
I didn't have this problem before and I'd really want to get this sorted out. Thanks.