-
-
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 3 is broken on Node 12 #2324
Comments
Gulp 3 is no longer supported. |
Having the exact same problem. Using: node: v12.1.0
|
@remillet one of the packages in your project is likely to be requiring gulp 3. If you inspect your package-lock.json which contains the list of installed packages, you should be able to sort it out. |
Same issuenode: 12.1.0
|
And to clarify even further, the |
What were you expecting to happen?
Gulp does anything useful
What actually happened?
Gulp throws the following error:
If using a TypeScript gulpfile with
ts-node
andtypescript
, the error looks like the following instead:Please post a sample of your gulpfile (preferably reduced to just the bit that's not working)
This reproduces with an empty gulpfile
What version of gulp are you using?
3.9.1
What versions of npm and node are you using?
npm: 6.9.0
node: 12.0.0
The text was updated successfully, but these errors were encountered: