At the moment the package.json contains "vinyl-fs": "^1.0.0" which leads to graceful-fs@1.2.3 at the end of the dependency chain. This raises a dependeny warning: npm WARN deprecated graceful-fs@1.2.3: graceful-fs version 3 and before will fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as possible.
At the moment the package.json contains
"vinyl-fs": "^1.0.0"
which leads tograceful-fs@1.2.3
at the end of the dependency chain. This raises a dependeny warning:npm WARN deprecated graceful-fs@1.2.3: graceful-fs version 3 and before will fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as possible.
May we update to vinyl-fs 2.4.3?
Thanks for this cool project.