Trying to use gulp to build a child theme with into-kitchen-sink-master, but I've got an error :
I'm not used to work with gulp, please apologise if it's not the right place for my question.
macbook-pro-de-laurent-2-1:inti-kitchen-sink-master iconodia$ sudo npm build
macbook-pro-de-laurent-2-1:inti-kitchen-sink-master iconodia$ sudo gulp -v
[19:12:26] Requiring external module babel-register
[19:12:26] CLI version 3.9.1
[19:12:26] Local version 4.0.0-alpha.2
macbook-pro-de-laurent-2-1:inti-kitchen-sink-master iconodia$ sudo gulp
[19:12:35] Requiring external module babel-register
[19:12:36] Using gulpfile /Applications/XAMPP/xamppfiles/apps/wordpress/htdocs/wp-content/themes/inti-kitchen-sink-master/gulpfile.babel.js
/usr/local/lib/node_modules/gulp/bin/gulp.js:129
gulpInst.start.apply(gulpInst, toRun);
^
TypeError: Cannot read property 'apply' of undefined
at /usr/local/lib/node_modules/gulp/bin/gulp.js:129:19
at _combinedTickCallback (internal/process/next_tick.js:73:7)
at process._tickCallback (internal/process/next_tick.js:104:9)
at Module.runMain (module.js:606:11)
at run (bootstrap_node.js:389:7)
at startup (bootstrap_node.js:149:9)
at bootstrap_node.js:504:3
Trying to use gulp to build a child theme with into-kitchen-sink-master, but I've got an error :
I'm not used to work with gulp, please apologise if it's not the right place for my question.