-
Notifications
You must be signed in to change notification settings - Fork 43
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
Setting up dojo.io locally fails build #445
Comments
hexo command has not buil option. I make |
Sorry, that last command should be |
This should be fixed now by #481 |
@schontz can you confirm this is fixed for you now? If so feel free to close the issue. |
@JamesMilnerUK I don't know when I'll be able to test as that was my previous dev setup. I believe my issue was raised at teh request of @agubler or @matt-gadd after they helped me figure out the correct commands. If #481 seems to fix it feel free to close it. |
npm run build
fails becausedb.json
does not exist. You need totouch site/db.json
to fix.But it still doesn't run, so you can get around that manually by
cd site && hexo clean && hexo build
.Either we need to fix the build process or update the README file with proper instructions.
The text was updated successfully, but these errors were encountered: