-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
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
Warning: Accessing non-existent property 'lineno' of module exports inside circular dependency #4619
Warning: Accessing non-existent property 'lineno' of module exports inside circular dependency #4619
Comments
Closed as it duplicates #4257 |
@stevenjoezhang I have checked #4257, but that issue is about node 14, but in this issue, I use node 15. And from that issue, it seems this problem has been solved. But this problem still exist in leatest version of Hexo and Node. |
The same error message will be reproduced in every node.js version after this commit
It has been solved in the master branch, but a new version of |
Thanks! |
@stevenjoezhang Still facing this issue in node 16.3.0 Vesion info:
|
We are not able to resolve the issue, unless a new version of nib is released: stylus/nib#350 |
Check List
Please check followings before submitting a new issue.
hexo version
to check)Question
hexo g
works fine, without any warning. But when I tryhexo s
and open the browser, there are some warnings:Run hexo using
node --trace-warnings
:I found issue #4257, these two problem look like the same problem, causing by stylus.
This problem still exist in newest version of hexo and node.js.
Environment & Settings
Node.js & npm version
Hexo and Plugin version(
npm ls --depth 0
)Your package.json
package.json
The text was updated successfully, but these errors were encountered: