-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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 suddenly not working anymore after npm update #800
Comments
+1, you are using windows too? |
+1, with windows too |
+1, under Windows gulp.src() returns no files. All is OK under Mac OS X |
👍 same for me |
👍 Same here |
Yup windows 7. This is bad, I now realize that my entire workflow is stuck and that I can not work before this is fixed... |
+1, I'm using windows 8 |
+1, windows 7 |
Same here, we're stuck right now. |
+1 Driving me crazy. |
+1 windows7 |
+1 for windows 7, 8 and 8.1 |
+1 for windows 7, 8, 8.1 - spent 4 hours searching for the problem... gave up now. The whole team stopped working :O |
+1 Windows 8.1 |
LOL guess I am not the only one... |
It sucks. Just before a deadline. |
Thankfully it appears to be working on Linux, and double-thankfully I am using Vagrant. |
Anyone have a plan B? I'm standing... |
Use Mac... :D |
yeah, add dependency |
A team member at my work has suggested a solution:
Credit to @JWorthe for the steps. |
|
add dependency glob@4.2.2 (npm install glob@4.2.2), remove whole node_modules folder and do npm install once again : worked for me |
I changed glob-stream dependency in gulp -> vinyl-fs to 4.2.2 and it worked |
glob@4.2.2 (npm install glob@4.2.2) |
glob@4.2.2 (npm install glob@4.2.2) |
1 - Run: "npm install glob@4.2.2" |
glob@4.2.2, remove node_modules, npm install. worked like a charm 👍 |
Tested on Windows 8.1
is working for me. |
This all could have been avoided. isaacs/minimatch#52 |
Fixed on glob 4.3.1. @jonschlinkert Please do not make snarky comments like this. It is childish. |
@jonschlinkert removing the post and locking this thread |
All scripts run, no errors but no files are created by .pipe(gulp.dest('production'));
My Gulpfile.js:
The text was updated successfully, but these errors were encountered: