You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I confirm that this is a issue rather than a question.
Bug report
Both npm run build and npm run dev work.
The issue is that every time I update a markdown file, I get an error.
The error prevent the hot reload so I have to run stop and start npm run dev again.
ERROR in ./node_modules/@vuepress/core/.temp/internal/root-mixins.js
Module not found: Error: Can't resolve '/Users/sleblanc/www/alexandrie/node_modules/@vuepress/core/lib/app/root-mixins/updateLoadingState.js' in '/Users/sleblanc/www/alexandrie/node_modules/@vuepress/core/.temp/internal'
@ ./node_modules/@vuepress/core/.temp/internal/root-mixins.js 5:0-117 10:2-4
@ ./node_modules/@vuepress/core/.temp/internal/routes.js
@ ./node_modules/@vuepress/core/lib/app/app.js
@ ./node_modules/@vuepress/core/lib/app/clientEntry.js
@ multi ./node_modules/@vuepress/core/lib/app/clientEntry.js
Version
Alpha 30
Steps to reproduce
What is actually happening?
The file updateLoadingState.js does not exist.
Other relevant information
Your OS: macOS 10.14.1
Node.js version: 9.8.0
Browser version: Chrome 72
Is this a global or local install? Global
Which package manager did you use for the install? Yarn
The text was updated successfully, but these errors were encountered:
Bug report
Both
npm run build
andnpm run dev
work.The issue is that every time I update a markdown file, I get an error.
The error prevent the hot reload so I have to run stop and start
npm run dev
again.Version
Alpha 30
Steps to reproduce
What is actually happening?
The file updateLoadingState.js does not exist.
Other relevant information
The text was updated successfully, but these errors were encountered: