v1.0.0-alpha.1
vuepress dev source)displaying category, tags page.
404 page displaying.
testing on ulivz/vuepress-blog-example-egoist repository.
Can't reproduce it. did you clone the latest repo?
@ulivz yes, I clone latest repo, and try to up to date nodejs, but same problem on my environment.
https://github.com/mAKEkr/vuepress-blog-akekr
this is my vuepress repository, maybe this help for solve this issue.
current check build command, all render complete without error.
category and tag page render complete and don't displaying 404.
this problem still an error occurs on dev command.
@mAKEkr Could you check if v1.0.0-alpha.2 works?
@ulivz I checked v1.0.0-alpha.2 on my repository, these problem not solved yet, and new error on dev/build script.
this error has only displaying on Windows OS environment(Ubuntu 18.08 windows subsystem don't display this error). maybe 19e73d7 this commit effect on my environment.
I have the same issue,
and fixed with #886
category and tag page don't register on page-components.js. maybe this is key of solve this issue.
this occurs for me on macOS as well, both with the vuepress-blog-example-egoist (alpha.8) repository and with a simple theme on alpha.13.
@zvinless can you try on applied #909 PR? this PR solved my issue.
@mAKEkr yeah, the pages get generated properly with that change applied 馃憤
same issue
Your OS: MacOS 10.14
Node.js version: v11.0.0
Browser version: Chrome
Is this a global or local install? local install
Which package manager did you use for the install? npm & yarn
It might work according to Node.js version.
My OS is Ubuntu 18.04 on Windows Subsystem for Linux.
This issue should be fixed at the latest version (1.0.0-alpha.30).
Most helpful comment
It might work according to Node.js version.
My OS is Ubuntu 18.04 on Windows Subsystem for Linux.
Node.js versions
Applied #909 ( @mAKEkr 馃憤 )