\r\n```\n\n### Expected behavior\n\nsuccessfully \n\n### System Info\n\n```shell\nSystem:\r\n OS: Windows 10 10.0.22000\r\n CPU: (6) x64 Intel(R) Core(TM) i5-8400 CPU @ 2.80GHz\r\n Memory: 6.54 GB / 15.88 GB\r\n Binaries:\r\n Node: 16.13.0 - C:\\nodejs\\node.EXE\r\n npm: 8.1.4 - C:\\nodejs\\npm.CMD\r\n Browsers:\r\n Edge: Spartan (44.22000.120.0), Chromium (98.0.1108.50)\r\n Internet Explorer: 11.0.22000.120\r\n npmPackages:\r\n vitepress: ^0.22.2 => 0.22.2\n```\n\n\n### Additional context\n\n_No response_\n\n### Validations\n\n- [X] Follow our [Code of Conduct](https://vuejs.org/coc)\n- [X] Read the [docs](https://vitepress.vuejs.org/).\n- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.",[3059],{"name":3020,"color":3021},539,"build error:Blob is not defined","2023-01-21T16:20:11Z","https://github.com/vuejs/vitepress/issues/539",0.6603164,{"description":3066,"labels":3067,"number":3068,"owner":3023,"repository":3024,"state":3025,"title":3069,"updated_at":3070,"url":3071,"score":3072},"### Discussed in https://github.com/vuejs/vitepress/discussions/595\r\n\r\n\u003Cdiv type='discussions-op-text'>\r\n\r\n\u003Csup>Originally posted by **Roman-00** April 4, 2022\u003C/sup>\r\nGood afternoon, \r\nI ran into such a problem that when building the project, he swears on the window\r\n\r\n\r\n.\r\n\r\nPlease tell me what is the problem?\u003C/div>",[],596,"Build error, window not defined","2023-01-21T14:33:58Z","https://github.com/vuejs/vitepress/issues/596",0.66306794,{"description":3074,"labels":3075,"number":3077,"owner":3023,"repository":3024,"state":3025,"title":3078,"updated_at":3079,"url":3080,"score":3081},"### Describe the bug\n\n什么傻逼玩意,还必须要ssr打包,你妈死了吧\n\n### Reproduction\n\n什么玩意\n\n### Expected behavior\n\n什么玩意\n\n### System Info\n\n```shell\n什么玩意\n```\n\n\n### Additional context\n\n什么玩意\n\n### Validations\n\n- [X] Follow our [Code of Conduct](https://vuejs.org/about/coc.html)\n- [X] Read the [docs](https://vitepress.vuejs.org).\n- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.",[3076],{"name":3020,"color":3021},1780,"window not defined","2023-01-10T07:01:37Z","https://github.com/vuejs/vitepress/issues/1780",0.6640012,{"description":3083,"labels":3084,"number":3086,"owner":3023,"repository":3024,"state":3025,"title":3087,"updated_at":3088,"url":3089,"score":3090},"### Describe the bug\n\nUpon following the starter instructions in the [docs](https://vitepress.vuejs.org/guide/getting-started.html), running `yarn docs:dev` yields a blank webpage at `localhost:3000` with the error shown below in the console.\r\n\r\n\r\n\n\n### Reproduction\n\nFollowing the instructions outlined on the Getting Started page on [vitepress.vuejs.org](https://vitepress.vuejs.org/guide/getting-started.html).\n\n### Expected behavior\n\n\"Hello Vitepress\" should be rendered to the screen with no error messages in the console.\n\n### System Info\n\n```shell\nSystem:\r\n OS: Linux 5.13 Fedora 34 (Workstation Edition) 34 (Workstation Edition)\r\n CPU: (8) x64 Intel(R) Core(TM) i7-10510U CPU @ 1.80GHz\r\n Memory: 2.30 GB / 15.28 GB\r\n Container: Yes\r\n Shell: 5.1.0 - /bin/bash\r\n Binaries:\r\n Node: 14.17.0 - /usr/bin/node\r\n Yarn: 1.22.5 - /usr/bin/yarn\r\n npm: 7.20.5 - /usr/local/bin/npm\r\n Browsers:\r\n Chrome: 92.0.4515.131\r\n Firefox: 90.0.2\n```\n\n\n### Additional context\n\n_No response_\n\n### Validations\n\n- [X] Follow our [Code of Conduct](https://vuejs.org/coc)\n- [X] Read the [docs](https://vitepress.vuejs.org/).\n- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.",[3085],{"name":3020,"color":3021},355,"import not found: defineEmit","2023-01-21T16:22:12Z","https://github.com/vuejs/vitepress/issues/355",0.67397946,{"description":3092,"labels":3093,"number":3095,"owner":3023,"repository":3024,"state":3025,"title":3096,"updated_at":3097,"url":3098,"score":3099},"### Describe the bug\n\nI've implemented a vitepress site for a component library used internally. Running `npm run docs:dev` works as intended and the documentation site is functional. When I attempt to build the docs site, I get an ambiguous error that has no line references other than line references to a temp file that is deleted by the same process, so I have no way to diagnose what this error is. I'm sure it's a simple fix, but without saving that temp file or finding a better stack trace, I don't feel like I have direction to find where to start.\r\n\r\n```bash\r\n❯ npm run docs:build \r\n\r\n> @rtidatascience/harness-vue-bootstrap@1.0.0 docs:build\r\n> vitepress build docs\r\n\r\nvitepress v1.0.0-alpha.17\r\n⠋ building client + server bundles...\"compileScript\" is imported from external module \"vue/compiler-sfc\" but never used in \"docs/.vitepress/harness-pages/examplePage.js\".\r\n⠼ building client + server bundles...\r\n(!) Some chunks are larger than 500 KiB after minification. Consider:\r\n- Using dynamic import() to code-split the application\r\n- Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/guide/en/#outputmanualchunks\r\n- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.\r\n✓ building client + server bundles...\r\n✖ rendering pages...\r\nbuild error:\r\n TypeError: Cannot read properties of undefined (reading 'filter')\r\n at _sfc_ssrRender$1 (file:///Users/alexharding/Projects/harness-vue-starter-template/dev-packages/harness-vue-bootstrap/docs/.vitepress/.temp/app.js:5710:164)\r\n at renderComponentSubTree (/Users/alexharding/Projects/harness-vue-starter-template/dev-packages/harness-vue-bootstrap/node_modules/@vue/server-renderer/dist/server-renderer.cjs.prod.js:251:17)\r\n at renderComponentVNode (/Users/alexharding/Projects/harness-vue-starter-template/dev-packages/harness-vue-bootstrap/node_modules/@vue/server-renderer/dist/server-renderer.cjs.prod.js:185:16)\r\n at ssrRenderComponent (/Users/alexharding/Projects/harness-vue-starter-template/dev-packages/harness-vue-bootstrap/node_modules/@vue/server-renderer/dist/server-renderer.cjs.prod.js:609:12)\r\n at _sfc_ssrRender (file:///Users/alexharding/Projects/harness-vue-starter-template/dev-packages/harness-vue-bootstrap/docs/.vitepress/.temp/components_filters_multiselectListbox.md.js:9:9)\r\n at renderComponentSubTree (/Users/alexharding/Projects/harness-vue-starter-template/dev-packages/harness-vue-bootstrap/node_modules/@vue/server-renderer/dist/server-renderer.cjs.prod.js:251:17)\r\n at renderComponentVNode (/Users/alexharding/Projects/harness-vue-starter-template/dev-packages/harness-vue-bootstrap/node_modules/@vue/server-renderer/dist/server-renderer.cjs.prod.js:185:16)\r\n at renderVNode (/Users/alexharding/Projects/harness-vue-starter-template/dev-packages/harness-vue-bootstrap/node_modules/@vue/server-renderer/dist/server-renderer.cjs.prod.js:296:22)\r\n at renderVNodeChildren (/Users/alexharding/Projects/harness-vue-starter-template/dev-packages/harness-vue-bootstrap/node_modules/@vue/server-renderer/dist/server-renderer.cjs.prod.js:311:9)\r\n at renderElementVNode (/Users/alexharding/Projects/harness-vue-starter-template/dev-packages/harness-vue-bootstrap/node_modules/@vue/server-renderer/dist/server-renderer.cjs.prod.js:362:17)\r\n```\n\n### Reproduction\n\nClone the repository [harness-vue-bootstrap](https://github.com/RTIInternational/harness-vue-bootstrap)\r\n`npm install`\r\n`npm run docs:build`\n\n### Expected behavior\n\nAn option to save temporary files on failed build.\n\n### System Info\n\n```shell\nSystem:\r\n OS: macOS 12.5.1\r\n CPU: (10) arm64 Apple M1 Pro\r\n Memory: 353.69 MB / 16.00 GB\r\n Shell: 5.8.1 - /bin/zsh\r\n Binaries:\r\n Node: 16.15.1 - /usr/local/bin/node\r\n Yarn: 1.22.19 - /usr/local/bin/yarn\r\n npm: 8.11.0 - /usr/local/bin/npm\r\n Browsers:\r\n Chrome: 105.0.5195.125\r\n Firefox: 105.0.1\r\n Safari: 15.6.1\r\n```\n```\n\n\n### Additional context\n\n_No response_\n\n### Validations\n\n- [X] Follow our [Code of Conduct](https://vuejs.org/about/coc.html)\n- [X] Read the [docs](https://vitepress.vuejs.org).\n- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.",[3094],{"name":3020,"color":3021},1424,"Ambiguous error in build process/temp files deleted on failed build","2023-01-21T14:25:17Z","https://github.com/vuejs/vitepress/issues/1424",0.6865447,{"description":3101,"labels":3102,"number":3106,"owner":3023,"repository":3024,"state":3025,"title":3107,"updated_at":3108,"url":3109,"score":3110},"### Is your feature request related to a problem? Please describe.\n\n希望可以有个版本更新通知的功能\n\n### Describe the solution you'd like\n\n支持在 md 文件更新后去通知用户主动刷新对应路由页面\n\n### Describe alternatives you've considered\n\n_No response_\n\n### Additional context\n\n_No response_\n\n### Validations\n\n- [X] Follow our [Code of Conduct](https://vuejs.org/about/coc.html)\n- [X] Read the [docs](https://vitepress.dev).\n- [X] Read the [Contributing Guidelines](https://github.com/vuejs/vitepress/blob/main/.github/contributing.md).\n- [X] Check that there isn't already an issue that asks for the same feature to avoid creating a duplicate.",[3103],{"name":3104,"color":3105},"stale","ededed",4137,"支持生产版本更新的动态通知吗","2025-03-25T02:36:01Z","https://github.com/vuejs/vitepress/issues/4137",0.6883596,["Reactive",3112],{},["Set"],["ShallowReactive",3115],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fj4iDem3pJlUChXOE4VBP1D9sTll--UYfcuMkxZe0TpI":-1},"/vuejs/vitepress/1870"]