-
-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gulp-cli does not pick up gulpfile.babel.js #27
Comments
I second this. |
+1 |
+2 |
+3 It's also odd, it will work fine, I'll add a few node packages then it'll stop working. I'll remove and reinstall and it'll work fine. It's very odd to me |
I found the issue on my system:
The solution for me was:
|
My setup doesn't have a system version of Node but good to eliminate that as a possible source of bugs.
|
Thanks reinstalling gulp fixed it for me |
@dcrockwell thanks for the recommendation, that worked for me. |
This should be fixed as of 0.3.0 (just published). Please note that the .es6 extension that was supported in 0.2.0 was removed. I will be rebasing these changes onto the 4.0 branch shortly. |
Please read your console output before posting. It states that you are using gulp 3.8.11 globally, which is completely the wrong version |
@dcrockwell solution worked fine for me to. Thank you! |
+1, reinstall Gulp worked for me! |
guys, just curious, why do you ever need gulp.babel.js? you already using babel, so just use the babel's require hook. this is easy:
|
(Moved from gulpjs/gulp#1098)
The gulp program that comes with the gulp-cli package (0.2.0) doesn't find gulpfile.babel.js. Uninstalling gulp-cli and globally installing gulp fixed the problem so this isn't urgent, but it seems like gulp-cli should work.
The text was updated successfully, but these errors were encountered: