Closed
Description
Version
3.4.0
Environment info
System:
OS: Windows 7
CPU: (4) x64 Intel(R) Core(TM) i5-3230M CPU @ 2.60GHz
Binaries:
Node: 10.15.0 - D:\Program Files\nodejs\node.EXE
Yarn: Not Found
npm: 6.7.0 - D:\Program Files\nodejs\npm.CMD
npmGlobalPackages:
@vue/cli: Not Found
Steps to reproduce
npm install -g @vue/cli
vue ui
- system default browser will start automaticlly
- change browser language to
zh-cn
- refresh the
Vue Project Manager
, language will change to zh-cn automaticlly - open the develop tool in browser, get the error message:
Uncaught (in promise) Error: Cannot find module './zh'
What is expected?
no error message in browser console,
and pages can work fast.
What is actually happening?
error message Uncaught (in promise) Error: Cannot find module './zh'
in browser console;
and the pages are woking very slowlly.
Runing vue ui
has encured some error when the page switch to zh-cn language automaticlly.
Is there any way to the the default locale language for the Vue Project Manager
?