vuejs / vuepress

📝 Minimalistic Vue-powered static site generator
https://vuepress.vuejs.org
MIT License
22.55k stars 4.76k forks source link

A bug occurred when I updated #1064

Closed chenweigao closed 5 years ago

chenweigao commented 5 years ago

Bug report

Version

"vuepress": "^1.0.0-alpha.24" tp "vuepress": "^1.0.0-alpha.25" or "vuepress": "^1.0.0-alpha.26"

this problem occurred when I updated, server days ago, I updated to 1.0.0-alpha.25, the bug shows, and this day I updated to 1.0.0-alpha.26, it shows too.

Steps to reproduce

Maybe it is my environment problem.

What is expected?

no

What is actually happening?

yes

Other relevant information

image

I met the bug when I update to the new version of vuepress, I run: yarn add vuepress@next -D, and the bug occurred.

As the picture, and I fixed it last time by removing the node_nodules directory and run yarn install, it fixed, but this time, it doesn't work, could you please help find the reason?

Steps to Reproduce:

Other Information:

Yarn version: 1.9.4

Node version: 8.11.4

Platform: win32 x64

chenweigao commented 5 years ago

sry for the repo is the last version, because the version could not be compiled with my code. My repo

ulivz commented 5 years ago

Thanks for the report, fixed and released at 1.0.0-alpha.27.

chenweigao commented 5 years ago

@ulivz thanks!