Closed schnaitterm closed 6 years ago
Packages have been upgraded as of v0.2.2 (see https://github.com/UCF/UCF-WordPress-Theme/pull/13). If you have any issues running gulp tasks using node 10+ against the latest version of the theme, please let us know.
This theme is not usable on newer versions of Node 10, which breaks
natives@1.1.1
,graceful-fs@3
(broken because it andnatives
rely on node internals that were changed), and by extensiongulp@3
see gulpjs/gulp#2162 gulpjs/gulp#2146 and nodejs/node#19786 for more details.Gulp 4 currently doesn't work with this theme, because the signature of the function
task
has changed. See the error output ofgulp default
: