Closed sseide closed 5 years ago
Seems like https://github.com/browserify/watchify/pull/362 fixes this?
yes, published in :package: 3.11.1. thanks for the bump!
Got this:
npm WARN deprecated chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
Two of your dependencies (anymatch and chokidar) needs to be updated to address some issues down the road on a dependend library.
Booth libs provide newer versions: anymatch 2.0.0 and chokidar 2.0.2 that has fixed this issue. Be aware that booth libs changed their behavoiur on handling backslashes to be posix compliant on file globbing. This may affect Windows users, but do not now as i do not use it...