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
There is a issue on fsevents repo.
It might be the new node@v13 needs a new fsevent@v1 binary.
And there are no such new binary of fsevents@v1.
Therefore they recommended to upgrade to fsevents@v2 which get rid of AWS binary.
But not only hexo-fs depends on fsevents@v1 but also the famous chokidar < v3.
And hexo@v4 depends on nunjucks which depends on babel which depends on chokidar < v3 which depends on the old fsevents@v1.
And the babel team claim a major release to fix this issue but they need to wait until the eol of node@v10 which is 2019-12-31.
Therefore, upgrade hexo-fs could fix this package's dependency issue.
But only fixing in this package will not work since the hexo dependency issue will not fixed until 2020-01-01
Actually the
fsevents@v1
cause this problem, and the out-of-datehexo-fs
depends on that cause install fail on node v13.This might related to another plugin
nunjucks
which indirectly depends onfsevents@v1
which introduced inhexo@v4
The text was updated successfully, but these errors were encountered: