Failed to start the back end with lein ring server, indicating that there is no zh resource package. What is the reason

Hi @xiaoyou
lein ring server does not work since 0.35.0:
https://github.com/metabase/metabase/issues/12181
Use lein run or REPL.

你好 我使用lein run命令启动后端,时好时坏,错误提示如图,希望得到您的帮助

@xiaoyou Please post in English. I don’t understand the problem, but it’s probably something to do with your environment, or the branch you’re building.

Try compiling translations ./bin/build translations

Post the output of the following:

# OS and version
 sed -nE 's/^PRETTY_NAME="([^"]+)"$/\1/p' /etc/os-release
# Git branch and commit
 echo `git status | head -1 && git log -1 --format="commit %H"`
# Java version and architecture
 java -version
# Java variable configuration
 echo $JAVA_HOME
# Java path configuration
 echo $PATH | grep --color=never -oe "/usr/lib/jvm/[^:]*"
# Lein version
 lein --version
# NodeJS version
 nodejs --version
# Yarn version
 yarn --version

OK, I can't start the backend normally by using the lein run command. The error prompt is shown in the figure above

Hello, I started the matebase master project on Windows 10 and Linux virtual machines, which was very slow (30 minutes to 60 minutes). Why? Hope to get your help

Running in Windows 10
metabase:0.36.3
java:11.0.8
node :v10.19.0
lein:Leiningen 2.9.1 on Java 11.0.8 OpenJDK 64-Bit Server VM
yarn:1.22.4

Running on Linux virtual machine
metabase:0.36.3
Java:1.8.0_262
lein:lein:Leiningen 2.9.4 on Java 1.8.0——262 OpenJDK 64-Bit Server VM
node:v10.21.0
yarn:1.22.4

@xiaoyou I guess your CPU doesn’t support virtualization, or whatever VM software isn’t configured correctly.