next-theme / hexo-theme-next

🎉 Elegant and powerful theme for Hexo.
https://theme-next.js.org
Other
2.31k stars 411 forks source link

启动报错 Cannot find module 'css' #759

Closed shuaixiaomi closed 1 month ago

shuaixiaomi commented 3 months ago

Issue Checklist

Expected behavior

正常启动

Actual behavior

image

Steps to reproduce the behavior

使用github workflows部署

Node.js and NPM Information

.

Package dependencies Information

.

Hexo Configuration

.

NexT Configuration

.

Other Information

No response

welcome[bot] commented 3 months ago

Thanks for opening this issue, maintainers will get back to you as soon as possible!

stevenjoezhang commented 3 months ago

css应该被作为stylus的依赖包安装。你可以试试重新安装hexo-renderer-stylus

npm i hexo-renderer-stylus