We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
# clone reproduction repo git clone https://github.com/dousybox/vuepress-unexpected-SFC-building && cd vuepress-unexpected-SFC-building # install dependencies npm i # run docs:build npm run docs:build
Success! Generated static files in docs.
Building error with a long error message:
too long do not paste see the reproduce repo
In short, it mean that the component can not be found.
1.0.0-alpha.47
npx vuepress info
Environment Info: System: OS: macOS 10.14.5 CPU: (8) x64 Intel(R) Core(TM) i5-8259U CPU @ 2.30GHz Binaries: Node: 10.14.2 - /usr/local/bin/node Yarn: 1.12.3 - /usr/local/bin/yarn npm: 6.9.0 - /usr/local/bin/npm Browsers: Chrome: 75.0.3770.80 Firefox: Not Found Safari: 12.1.1 npmPackages: @vuepress/core: 1.0.1 @vuepress/theme-default: 1.0.1 vuepress: ^1.0.1 => 1.0.1 npmGlobalPackages: vuepress: Not Found
This problem is only repetition in vuepress-1.x.
Every thing is ok in vuepress-0.x, you can checkout the 0.14.11 branch of reproduction repo.
0.14.11
The problem is that vuepress trying to build an irrelevant vue component. this only repetition in build mode, it's ok in dev mode.
The text was updated successfully, but these errors were encountered:
This bug is fixed in #1705。 Using the siteConfig.patterns=[**/*.md] can make the build process work properly.
siteConfig.patterns=[**/*.md]
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Bug report
Steps to reproduce
What is expected?
Success! Generated static files in docs.
What is actually happening?
Building error with a long error message:
In short, it mean that the component can not be found.
Other relevant information
1.0.0-alpha.47
, the following is the output ofnpx vuepress info
in my VuePress project:This problem is only repetition in vuepress-1.x.
Every thing is ok in vuepress-0.x, you can checkout the
0.14.11
branch of reproduction repo.The problem is that vuepress trying to build an irrelevant vue component.
this only repetition in build mode, it's ok in dev mode.
The text was updated successfully, but these errors were encountered: