Problem with compile and use of Chirpstack

I have downloaded the project from the repository on github (GitHub - chirpstack/chirpstack: ChirpStack open-source LoRaWAN Network Server) and when following the steps when doing “make build-ui” I get this error with what I understand to be all the .js files:
$ tsc -b && vite build
vite v5.3.6 building for production…
node_modules/antd/es/app/index.js (1:0): Error when using sourcemap for reporting an error: Can’t resolve original location of error.
node_modules/antd/es/auto-complete/index.js (1:0): Error when using sourcemap for reporting an error: Can’t resolve original location of error.
node_modules/antd/es/affix/index.js (1:0): Error when using sourcemap for reporting an error: Can’t resolve original location of error.
node_modules/antd/es/back-top/index.js (1:0): Error when using sourcemap for reporting an error: Can’t resolve original location of error.
node_modules/antd/es/badge/index.js (1:0): Error when using sourcemap for reporting an error: Can’t resolve original location of error.
node_modules/antd/es/card/index.js (1:0): Error when using sourcemap for reporting an error: Can’t resolve original location of error.
node_modules/antd/es/checkbox/index.js (1:0): Error when using sourcemap for reporting an error: Can’t resolve original location of error.
node_modules/antd/es/carousel/index.js (1:0): Error when using sourcemap for reporting an error: Can’t resolve original location of error.
node_modules/antd/es/descriptions/index.js (1:0): Error when using sourcemap for reporting an error: Can’t resolve original location of error.
node_modules/antd/es/cascader/index.js (1:0): Error when using sourcemap for reporting an error: Can’t resolve original location of error.
node_modules/antd/es/divider/index.js (1:0): Error when using sourcemap for reporting an error: Can’t resolve original location of error.
node_modules/antd/es/drawer/index.js (1:0): Error when using sourcemap for reporting an error: Can’t resolve original location of error.

I don’t know what I have to do or if there is a file or routing missing that I haven’t done.

did you follow the steps? what did you use docker or nix-shell?

yes, i use nix-shell, do “make build-ui” and have this response