莫名其妙的样式错误 #785
lemonc2009
started this conversation in
General
莫名其妙的样式错误
#785
Replies: 1 comment
-
补充一下~ 另外左侧的菜单也是部分功能失效,例如下拉不到底部了。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
不知为何总是DEV模式跑起来总是会出现这样的样式错误,关键是可能前一天还ok,过一天就不行,也是很奇怪了。
chrome 版本 91.0.4472.106(正式版本) (64 位)
vben的2.4.0 2.4.2都试过了,文件路径也没有中文。
另外,2.4.2里面 jest引入还有一堆冲突。。。
npm ERR! code ERESOLVE

npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: vben-admin@2.4.2
npm ERR! Found: jest@27.0.4
npm ERR! node_modules/jest
npm ERR! dev jest@"^27.0.4" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer jest@">= 24 < 27 " from vue-jest@5.0.0-alpha.10
npm ERR! node_modules/vue-jest
npm ERR! dev vue-jest@"^5.0.0-alpha.10" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
Beta Was this translation helpful? Give feedback.
All reactions