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
I just installed vuepress and tried to run vuepress dev,
vuepress dev
ERROR in ./README.md Module build failed: TypeError: Cannot read property 'join' of undefined at Object.module.exports (C:\Users\xxy\AppData\Roaming\npm\node_modules\vuepress\lib\webpack\markdownLoader.js:81:17) @ C:/Users/xxy/AppData/Roaming/npm/node_modules/vuepress/lib/app/.temp/routes.js 10:8-68 @ C:/Users/xxy/AppData/Roaming/npm/node_modules/vuepress/lib/app/app.js @ C:/Users/xxy/AppData/Roaming/npm/node_modules/vuepress/lib/app/clientEntry.js @ multi C:/Users/xxy/AppData/Roaming/npm/node_modules/vuepress/lib/app/clientEntry.js
Thanks!
The text was updated successfully, but these errors were encountered:
I do created a .md file before I run vuepress dev.
Sorry, something went wrong.
watch out for any leading and tailing double quotes
Should be fixed by ed33515 - also updated getting started instructions...
fix(theme-default): remove extra rem in styles (close #50)
9b1b852
No branches or pull requests
I just installed vuepress and tried to run
vuepress dev
,Thanks!
The text was updated successfully, but these errors were encountered: