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
TypeError: Cannot read property 'apply' of undefined
at /usr/lib/nodejs/gulp/bin/gulp.js:132:20
at _combinedTickCallback (internal/process/next_tick.js:131:7)
at process._tickCallback (internal/process/next_tick.js:180:9)
at Function.Module.runMain (module.js:695:11)
at startup (bootstrap_node.js:188:16)
at bootstrap_node.js:609:3
Thank you for your help.
The text was updated successfully, but these errors were encountered:
Hello,
when I launch gulp build, I obtain this error:
$ gulp build
[07:00:14] Using gulpfile ~/desktop/gulpfile.js
/usr/lib/nodejs/gulp/bin/gulp.js:132
gulpInst.start.apply(gulpInst, toRun);
^
TypeError: Cannot read property 'apply' of undefined
at /usr/lib/nodejs/gulp/bin/gulp.js:132:20
at _combinedTickCallback (internal/process/next_tick.js:131:7)
at process._tickCallback (internal/process/next_tick.js:180:9)
at Function.Module.runMain (module.js:695:11)
at startup (bootstrap_node.js:188:16)
at bootstrap_node.js:609:3
Thank you for your help.
The text was updated successfully, but these errors were encountered: