We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
most current vuepress 0.9.0
git from https://github.com/genedronek/vuepress-bug.git cd vuepress-bug vuepress build docs
"vuepress build docs" should work
build blows up; bad default object, and other manifestations
any .vuepress/component with script will cause failure
I performed complete reload of node and npm just to make sure this is current bug.
The text was updated successfully, but these errors were encountered:
That seems to be the same issue (#500) I have to face since today.
but I created a repo (https://github.com/chrtz/vuepress_repo) for showing the bug, and there it strangely doesn't occur.
Sorry, something went wrong.
Just tested with latest version and all works for me:
Closing it since we cannot reproduce it, please feel free to continue discussion. we'll reopen this issue if a proper repro is posted.
I think it could be possible this has to do with the new npm (6.10) and the audit function. As there are two vulnerabilities according to string.js.
(#493)
No branches or pull requests
Bug report
Version
most current vuepress 0.9.0
Steps to reproduce
What is expected?
"vuepress build docs" should work
What is actually happening?
build blows up; bad default object, and other manifestations
Other relevant information
any .vuepress/component with script will cause failure
global, but either kind, local or global, vuepress build will fail.
npm install -g vuepress;
I performed complete reload of node and npm just to make sure this is current bug.
The text was updated successfully, but these errors were encountered: