heox init
时有以下报错ERROR Cannot find module 'hexo' from 'F:\Hexoblog'
ERROR Local hexo loading failed in F:\Hexoblog
ERROR Try running: 'rm -rf node_modules && npm install --force'
原因:已经安装了hexo但是依旧报这个错误,可能是没有加入环境变量
解决:
找到自己安装hexo的位置,将其加入环境变量中
例如我的位置是:C:\Users\32649\AppData\Roaming\npm\node_modules\hexo\bin
记住环境变量保存要每个窗口都点确定。
npm install hexo-renderer-sass --save
安装时报错尝试修改淘宝源,但是还是有问题
$ npm install -g cnpm --registry=https://registry.npm.taobao.org
$ npm config set registry https://registry.npm.taobao.org
```
安装的node.js版本太高,建议安装12.18.1版本
有两种方式:
# tags: #文章标签,可空,多标签请用格式[tag1,tag2,tag3],如下,注意!!"tags:"后面有个空格
tags: [tag1, tag2, tag3, ...]
# 下面这种方式似乎仅限于hexo 3.0
tags:
- tags1
- tags2
- ...
目前这两种方式
原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。
如有侵权,请联系 cloudcommunity@tencent.com 删除。
原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。
如有侵权,请联系 cloudcommunity@tencent.com 删除。