-
Notifications
You must be signed in to change notification settings - Fork 28
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
Error Plugin Load Failed #17
Comments
@getrisedotio About this issue , I tried it in this environment. But the same error did not occur.
I copied the following into the
I started a local server.
Next , I opend http://localhost:4000/2017/01/24/hello-world/amp/#development=1. But the same error did not occur. Windows user , do the same problem occur ? Please give me advice. |
Please refer to the follow. Can you solve it the same way ? |
Thanks tea3! I did a clean install of of hexo in a new directory and followed your instructions, and it worked! $ nvm install v6.9.4
$ nvm use v6.9.4
$ npm install -g npm
$ npm install -g hexo-cli
$ hexo init hexo694
$ cd hexo694
$ npm install hexo-generator-amp --save I went back and saw that my old hexo directory was missing the amp-template directory and the amp-dist directory (in public). I'm not sure how that came to be, but if anyone else has the same issue, take a look to make sure the directories and present! |
I'm starting a hexo blog and followed the installation instructions.
I copied the following into the __config.yml.
Then if I run
hexo generate
, I get an error.I'm running Windowx 10 x64 using node v6.9.4.
Any help would be appreciated!
The text was updated successfully, but these errors were encountered: