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
which use babel babel uses chokidar version 2 which depends on fsevents version 1
Current last 7.* version of babel requires the deprecated chokidar v2 to provide backward compatibility for Nodejs 6
The next 8 version of babel will drop support for Nodejs 6 and switch to chokidar v3 which uses fsevents v2
We can work out on it when released Babel 8
npm WARN deprecated [email protected]: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
The text was updated successfully, but these errors were encountered: