Closed phated closed 6 years ago
Need to check why tests are failing, but +1 for the vinyl upgrade!
It looks like the AppVeyor failure is caused by the latest version of npm@5.6.0
running on an older version of Node v0.12. While I did not test this on Windows, I was able to replicate the issue on my MacBook, and the issue was resolved by downgrading to npm@2.15.11
, which is bundled with Node v0.12.
I am unfamiliar with AppVeyor, but we might look at removing:
The Travis CI ENOSPC
failures seem to point to resource constraints and relate to gulpjs/gulp#217 / stackoverflow.com/q/16748737.
@namoscato We've been using npm@^3
for gulp projects.
@floatdrop @UltCombo any word on when this will get updated?
@phated we need to check why ENOSPC
happens – tests are not watching so many files. (just started build again, and it's passed – may be travis wierd bug)
Gulp.js is still on 3.9.1
version, so we can publish updated vinyl only on latest
tag (as gulp does).
Vinyl 2.1 is released as latest and is backwards compatible. This needs to get updated because the gulp 4 release is only a few days away.
Vinyl 2.1 is released as latest and is backwards compatible. This needs to get updated because the gulp 4 release is only a few days away.
@phated I understand that, but still this should be released as major bump or with custom tags. I'm preferring bumping major versions for this. @UltCombo any thoughts on this?
I think bumping major is good. But you probably want to wait for the upcoming chokidar v2 then. I'll be working on that tomorrow.
@floatdrop chokidar bumped to 2.0 the other day. Want to get that + vinyl 2.1 merged into master and major bump?
Ping again @floatdrop
@UltCombo can you get this merged and published right away? A lot of people are having trouble with the new alpha of gulp 4 due to outdated vinyl deps.