You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting this warning making me feel like I'm building a time-bomb.
warning next > [email protected]: Chokidar 2 will break on node v14+. Upgrade to
chokidar 3 with 15x less dependencies.
warning next > [email protected]: Legacy versions of mkdirp are no longer supported
. Please update to mkdirp 1.x. (Note that the API surface has changed to use P
romises in 1.x.)
warning next > webpack > watchpack > watchpack-chokidar2 > [email protected]: Cho
kidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependenc
ies.
warning next > [email protected]: Chokidar 2 will break on node v14+. Upgrade to
chokidar 3 with 15x less dependencies.
warning next > [email protected]: Legacy versions of mkdirp are no longer supported
. Please update to mkdirp 1.x. (Note that the API surface has changed to use P
romises in 1.x.)
warning next > webpack > watchpack > watchpack-chokidar2 > [email protected]: Cho
kidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependenc
ies.
This issue has been automatically locked due to no recent activity. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.
vercel
locked as resolved and limited conversation to collaborators
Jan 29, 2022
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bug report
Getting this warning making me feel like I'm building a time-bomb.
warning next > [email protected]: Chokidar 2 will break on node v14+. Upgrade to
chokidar 3 with 15x less dependencies.
warning next > [email protected]: Legacy versions of mkdirp are no longer supported
. Please update to mkdirp 1.x. (Note that the API surface has changed to use P
romises in 1.x.)
warning next > webpack > watchpack > watchpack-chokidar2 > [email protected]: Cho
kidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependenc
ies.
Describe the bug
The simple project at this codesandbox
https://codesandbox.io/s/bold-elion-qqwdk
generates these warnings:
warning next > [email protected]: Chokidar 2 will break on node v14+. Upgrade to
chokidar 3 with 15x less dependencies.
warning next > [email protected]: Legacy versions of mkdirp are no longer supported
. Please update to mkdirp 1.x. (Note that the API surface has changed to use P
romises in 1.x.)
warning next > webpack > watchpack > watchpack-chokidar2 > [email protected]: Cho
kidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependenc
ies.
To Reproduce
Build with this CodeSandBox
https://codesandbox.io/s/bold-elion-qqwdk
The text was updated successfully, but these errors were encountered: