We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I discovered the following warning in my local build of Homebrewery:
npm WARN deprecated [email protected]: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
chokidar 2.x is used by watchify 3.x, which is currently required for vitreum. As I can see, watchivfy 4.0.0 has already switched to chokidar 3.x
chokidar
watchify
vitreum
watchivfy 4.0.0
chokidar 3.x
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I discovered the following warning in my local build of Homebrewery:
chokidar
2.x is used bywatchify
3.x, which is currently required forvitreum
. As I can see,watchivfy 4.0.0
has already switched tochokidar 3.x
The text was updated successfully, but these errors were encountered: