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
I had the same error, but it is that you are calling said module itself or calling a module that depends on it, generating this in a loop, try to find said package
Check List
Please check followings before submitting a new issue.
hexo version
to check)Expected behavior
running without warnings.
Actual behavior
How to reproduce?
npm install -g hexo-cli npx hexo init hexo-test cd hexo-test yarn server
Is the problem still there under "Safe mode"?
Environment & Settings
Node.js & npm version(
node -v && npm -v
)Others
Node.js 14
landed a feature which will log when circular dependencyRefs: nodejs/node#32987
The text was updated successfully, but these errors were encountered: