Closed
Description
- I confirm that this is an issue rather than a question.
Bug report
In development mode it sometimes breaks down when incrementally compiling the changes and I get this error in the browser console:
[WDS] Errors while compiling. Reload prevented. ./node_modules/@vuepress/core/.temp/app-enhancers/global-components-2.js Module build failed (from ./node_modules/babel-loader/lib/index.js): Error: ENOENT: no such file or directory, open '/<path to project>/node_modules/@vuepress/core/.temp/app-enhancers/global-components-2.js'
The build output in the terminal does not report any errors, and will happily recompile further changes, but nothing will happen in the browser.
Steps to reproduce
vuepress dev src
- Make some changes to files, have noticed it both when making changes to content and theme.
- It works maybe 80-90% of the time, but once the error happens, saving again doesn't fix it and i have to ctrl-c and start the development server again.
I am sorry for not providing a minimal example, but I truly have no clue which part of my code/setup is causing this. I am using a custom theme and VueX, but the issue started appearing before setting up VueX.
What is expected?
A normal incremental compile + hot reload.
What is actually happening?
The error pasted above.
Other relevant information
(I am running this via WSL, which is probably why it doesn't report my browsers)
- Output of
npx vuepress info
in my VuePress project:
Environment Info: System: OS: Linux 4.4 Ubuntu 18.04.4 LTS (Bionic Beaver) CPU: (8) x64 Intel(R) Core(TM) i7-4770K CPU @ 3.50GHz Binaries: Node: 10.15.0 - ~/.nvm/versions/node/v10.15.0/bin/node Yarn: 1.19.1 - ~/.yarn/bin/yarn npm: 6.14.3 - ~/.nvm/versions/node/v10.15.0/bin/npm Browsers: Chrome: Not Found Firefox: Not Found npmPackages: @vuepress/core: 1.4.0 @vuepress/theme-default: 1.4.0 vuepress: ^1.3.0 => 1.4.0 npmGlobalPackages: vuepress: Not Found
Other than this issue, I really really like using VuePress so far, keep up the great work!