Closed
Description
Bug report
Multiple vuepress projects running at the same time.executing the build command overwrites the effects of other project dev commands.
Version
0.14.2
Steps to reproduce
In A project,input vuepress dev
command,
And then,
In B project,input vuepress build
command.
What is expected?
One project will not effect other project.
What is actually happening?
vuepress build
command will effect other vuepress dev
command in running.
Other relevant information
- Your OS: Mac
- Node.js version: 8.11.3
- Browser version: Chrome 68
- Is this a global or local install? global
- Which package manager did you use for the install?npm