Shuang Song
Shuang Song
@ppoffice > @SongshGeo 检查一下下面这个依赖有没有安装: > > https://github.com/ppoffice/hexo-theme-minos/blob/b9327bb948ef34edde3309f814352d5986f64cd7/package.json#L19 感谢回复,我查了一下这个依赖的版本: ``` npm -v hexo-renderer-sass 1 ↵ songshgeo@ShuangdeMacBook-Pro 7.7.6 ``` 这是 7.7.x 和 0.4 版本差异的问题吗。差这么远的版本吗..
> npm -v hexo-renderer-sass 打印的是npm的版本,npm -v后面不接受其他参数。 > > https://stackoverflow.com/questions/10972176/find-the-version-of-an-installed-npm-package @ppoffice 啊感谢,抱歉不太熟悉这些,给您添麻烦了。 但我确实查了一下,是安装了的: 而且我记得一开始没安装这个依赖的时候,minos 是会报错 不能打开 hexo s 的 ``` npm view hexo-renderer-sass version songshgeo@ShuangdeMacBook-Pro 0.4.0 ```
@ppoffice 真的很抱歉一次次打扰,我又仔细操作了一遍 `hexo-renderer-sass` 依赖项的安装,还是没找到问题所在。 **我做了如下操作:** 1. **首先我使用这个命令查看本地包**: `npm ls hexo-renderer-sass` 它显示了包的版本和位置: ``` >>> [email protected] /Users/songshgeo/Documents/Pycharm/MyBlogs/blogs └── [email protected] -> /Users/songshgeo/Documents/Pycharm/MyBlogs/blogs/node_modules/[email protected]@hexo-renderer-sass ``` 2. **在这样的情况下,我开启了`hexo s`服务,题目中所示的问题依然存在** 3. **我使用 `npm uninstall hexo-renderer-sass` 卸载依赖项后重新查看,得到如下结果**: ```...
> 运行`hexo s`或者`hexo g`的日志是什么样的?有报错么? @ppoffice 抱歉才回复,经您指点,查了`hexo`的日志才看到有一个报错: ``` ERROR { err: Error: Node Sass does not yet support your current environment: OS X 64-bit with Unsupported runtime (88) For more information...
> 文档站点的源码在site分支。 @ppoffice 感谢回复🙏 我看过那个,不过如果我没理解错的话,那个只是 `hexo g` 出的 public 站点。 我按照您的文档折腾完后,和您文档例子的布局基本一致了,但字体、鼠标悬停、页边距还想进一步美化 (我猜和 css 有关)。 但能力不足,想学习一下这些如何设置。
抱歉打扰,这个问题在[我的另一个issue](https://github.com/ppoffice/hexo-theme-minos/issues/128#issue-1118480443)解决后也解决了,是`node-sass`依赖项版本的问题,才导致字体、格式等不是按预期出现的。 再次感谢您的耐心答复。
Same problem, here. Tried lower scipy version but it still doesn't work. > @kheilman, downgrade to `scipy==1.4.1`. 2022-02-07, updated: Sorry about the above wrong message, it works after downgrade to...
Thanks for your rep. Up to now, I manually clean it with another external script. That batch modification is not safe and inconvenient. I believe an optional setting will be...
Hope for a py3 version ahhhh.