You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suspect you're using node 12 and gulp 3. That combination does not work: gulpjs/gulp#2324
...
Solution: Either upgrade to gulp 4 or downgrade to an earlier node.
So I would like to request an upgrade to gulp 4, or alternatively add some docs about supported Node versions. Thank you!
The text was updated successfully, but these errors were encountered:
Hello, i had the same problem.
To resolve it, you have to downgrade node.js or do add a file npm-shrinkwrap.json in the source with the following code : { "dependencies": { "graceful-fs": { "version": "4.2.2" } } }
I found this StackOverflow answer:
So I would like to request an upgrade to gulp 4, or alternatively add some docs about supported Node versions. Thank you!
The text was updated successfully, but these errors were encountered: