[Pkg-javascript-devel] Bug#947184: yarnpkg and gulp 4, node-glob-stream 6 and node-micromatch 4
Xavier
yadd at debian.org
Sun Dec 22 18:54:40 GMT 2019
Le 22/12/2019 à 18:47, Paolo Greppi a écrit :
> This is fixed by node-vinyl-fs 3.0.3-3 from experimental as that version is compatible with glob-stream 6.x:
> https://github.com/gulpjs/vinyl-fs/blob/7e223749ee2ada1abd3b2fb326178d8ad8f39f2c/package.json#L30
>
> I tried building yarnpkg with node-micromatch, gulp and node-glob-stream from experimental.
> The build succeeds provided I disable the patch 07-gulp.diff (that was required to make it work with gulp 3.9)
>
> yarn by itself is using gulp 4 since Aug 2018:
> https://github.com/yarnpkg/yarn/pull/6143
>
> So from my POV you can go ahead with uploading to unstable all of them.
>
> P.
Hi,
you missed to require versions in debian/control. Then it is not
possible to build yarnpkg:
gulp build
[18:53:11] Local gulp not found in /<<PKGBUILDDIR>>
[18:53:11] Try running: npm install gulp
[18:53:11] Using globally installed gulp
assert.js:339
throw err;
^
AssertionError [ERR_ASSERTION]: Task function must be specified
at Gulp.set [as _setTask]
(/usr/share/nodejs/gulp/node_modules/undertaker/lib/set-task.js:10:3)
at Gulp.task
(/usr/share/nodejs/gulp/node_modules/undertaker/lib/task.js:13:8)
at Object.<anonymous> (/<<PKGBUILDDIR>>/gulpfile.js:35:6)
at Module._compile (internal/modules/cjs/loader.js:778:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
at Module.load (internal/modules/cjs/loader.js:653:32)
at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
at Function.Module._load (internal/modules/cjs/loader.js:585:3)
at Module.require (internal/modules/cjs/loader.js:692:17)
at require (internal/modules/cjs/helpers.js:25:18)
More information about the Pkg-javascript-devel
mailing list