Before you submit your issue, please tell me your environment info. Also , If you occur
ERROR Plugin load failed:
, please reinstall hexo and npm as follows, for example.
$ nvm install v8.6
$ nvm use v8.6
$ npm install -g npm
$ npm install -g hexo-cli
$ hexo init hexo-new-blog
$ cd hexo-new-blog
$ npm install
$ npm install hexo-generator-amp --save
$ hexo clean
$ hexo s
Also , if you occur DTraceProviderBindings.node
error , please see issue#1 (hexo-related-popular-posts).
- BUG description
- the way to reproduce
- log with hexo
just push question
just push feature request
OS version
- OSX (please tell me version)
- Windows (please tell me version)
- Linux (please tell me version)
Node version(node -v
)
v8.6.0
Your site _config.yml
# Hexo Configuration
...
Your theme _config.yml
# Hexo Configuration
...
Plugin version(npm ls --depth 0
)
[email protected] ~/hexo-vanilla-site
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
└── [email protected]