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
Current global vuepress does not support multiple instances.
In other words, we cannot open multiple dev server using global installed vuepress.
The reason is we are now using a fixed/single temp directory, i.e. lib/app/.temp. Each project will overwrite the same temp directory, which will cause collision.
Current global vuepress does not support multiple instances.
In other words, we cannot open multiple
dev
server using global installed vuepress.The reason is we are now using a fixed/single temp directory, i.e.
lib/app/.temp
. Each project will overwrite the same temp directory, which will cause collision.I created a PR #354 for this.
The text was updated successfully, but these errors were encountered: