gulpjs / undertaker

Task registry that allows composition through series/parallel methods.
MIT License
200 stars 31 forks source link

Error run gulp serve #68

Closed iscluise closed 7 years ago

iscluise commented 7 years ago

gulp.registry(hub);

TypeError: gulp.registry is not a function.

?????

phated commented 7 years ago

You aren't using gulp 4. You have to install with npm install gulpjs/gulp#4.0

vaske commented 7 years ago

Have same issue,w when try to install gulp got his

npm WARN package.json @ No description
npm WARN package.json @ No repository field.
npm ERR! Failed resolving git HEAD (undefined) fatal: ambiguous argument 'undefined': unknown revision or path not in the working tree.
npm ERR! Failed resolving git HEAD (undefined) Use '--' to separate paths from revisions, like this:
npm ERR! Failed resolving git HEAD (undefined) 'git <command> [<revision>...] -- [<file>...]'
npm ERR! Failed resolving git HEAD (undefined)
npm ERR! Windows_NT 10.0.14393
npm ERR! argv "c:\\Program Files\\nodejs\\node.exe" "C:\\Users\\Vaske\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js" "install" "gulpjs/gulp#4.0"
npm ERR! node v6.10.2
npm ERR! npm  v2.1.10

npm ERR! cb is not a function
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR!     <http://github.com/npm/npm/issues>

npm ERR! Please include the following file with any support request:
npm ERR!     D:\Projects\f\repo\npm-debug.log

any idea what should I change?