ERROR: [Errno 2] No such file or directory: 'concurrently'

In the past few days, I pulled the code of metabase v0.47.6. When I executed npm run build-hot, the following error occurred. It seemed that the concurrently package under node_modules could not be found, but I saw this package in node_modules. I can run the metabase version 0.46.0 normally, but I don’t know if this problem occurs when running 0.47.6
image

Use yarn, we don’t use npm