-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Build failing #949
Comments
Same here, after yesterday commits:
|
This is happening for me whenever I define plugins as an array in my theme's index.js file, e.g.: module.exports = {
plugins: [
'@vuepress/blog'
]
} fails (as does using module.exports = {
plugins: {
'@vuepress/blog': { }
}
} works fine I'm not sure how to define local, non-package plugins like this, though. Also, in case things are open for feedback: having various distinct ways of defining plugins on top of shorthands feels kind of contradictory to being minimalistic. It'd be nice to just have one way of doing it so it's clear and easy to remember. |
e8a35be fixed this for me! |
Could you try the latest alpha version: |
@ulivz Problems persist.
|
@ulivz Problems persist on Windows as well.
|
@ulivz Exact same issue respectively on both macOS and Win10 with |
fixed in 256b7c4 which is part of |
Bug report
Receiving error upon
vuepress build
.Version
Steps to reproduce
cd vuepresstest
echo "test" > README.md
vuepress build
Error on macOS:
Error on Windows:
What is expected?
A basic vuepress build.
What is actually happening?
Error output from above.
Other relevant information
Tested on:
and:
The text was updated successfully, but these errors were encountered: