-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Custom VueJS component build failure #846
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
Comments
Fixed it by removing the import of |
@ulivz, thanks for your help. I'll research, get working and post back. btw, ❤️ your work. I see https://jamstack.org coming alive in VuePress. The repo I sent is a research experiment in this. |
just dig a little, see rough-stuff/wired-elements#16 |
|
So it is not an issue with VuePress. You can try out the solution in this document: |
Regarding #844, this is not a dup of #786. I do not have another project running either
vuepress dev
orvuepress build
at the time I runvuepress build
on the project that is seeing this problem.NOTE: this failure is happening in a CI build. There are no other VuePress projects on the machine.
Bug report
Version
0.14.4
Steps to reproduce
npx vuepress dev
works finenpx vuepress build
results in a compile error for my custom component in the repo below, error is belowhttps://dev.azure.com/flacito/hello-azure-app-service/_git/hello-azure-vuepress
What is expected?
Success full build with
vuepress build
(I'm actually runningnpx vuepress build
in the repo build)What is actually happening?
This is the log from the Azure DevOps build but the same happens on Mac OS 10.13.6
Other relevant information
Mac OS 10.13.6
10.7.0
The text was updated successfully, but these errors were encountered: