-
-
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 #4257
Warning: Accessing non-existent property 'lineno' of module exports inside circular dependency #4257
Comments
Uninstall hexo-sage-posts then try again? |
It's still build empty html when I uninstall hexo-sage-post plugin. Others have the same problem when used nodejs stable version (v14.0) on travis CI build task. Please see the job log in https://www.travis-ci.org/github/AyagawaSeirin/Blog/builds/678004202 . Thanks, have a nice day. |
I can confirm this compatibility issue with Node 14, being discussed in #4260.
I can replicate this issue in default hexo. |
It's also appear in mongodb when used Node v14, see https://jira.mongodb.org/browse/NODE-2536. And fixed on node-mongodb-native commit. |
Yes, I also found this problem in Node 14, but not in Node 10 or 12. |
The warning message comes from stylus
To reproduce, run There is no relevant issues opened here: https://github.com/stylus/stylus/issues Update: stylus/stylus#2534 |
Thanks, I replicate the warning message. And build empty html which is caused by |
The discussion of |
+1 |
这就是node的兼容性吗?i了i了
清净了 |
@vensing @wizardforcel @tl3shi We published v4.2.1. Thanks :) Node 12: hexo 4.2.0 or less than 4.2.0 |
@yoshinorin It doesn't seem to be fixed |
@yoshinorin |
Check List
Please check followings before submitting a new issue.
hexo version
to check)Expected behavior
build Normal html
Actual behavior
Build emtpy html.
It's build normal html when I use Node.js v12.14.1.
How to reproduce?
Environment & Settings
Node.js & npm version
Hexo and Plugin version(
npm ls --depth 0
)Your package.json
package.json
Others
It's build normal html when I use Node.js v12.14.1.
Thanks, have a nice day.
The text was updated successfully, but these errors were encountered: