@eljojo
Pinging and creating a new issue here because i don't want to clog the looking for translation channel.
Hey, I have finished the translation on my fork, but it seems that when i run the following:
# install dependencies (works)
npm install
# build the project (it fails here)
make build
it gives me this error:
Compiling TypeScript...
esbuild internal/html/assets/src/shared.ts --bundle --format=iife --global-name=_shared --outfile=internal/html/assets/shared.js --target=es2020
make: esbuild: No such file or directory
make: *** [Makefile:28: ts] Error 127
I think it is either me being stupid, but no idea.
It also doesn't work with running make test, but else the translation is finished. (Should i directly make a pull request?)
@eljojo
Pinging and creating a new issue here because i don't want to clog the looking for translation channel.
Hey, I have finished the translation on my fork, but it seems that when i run the following:
it gives me this error:
I think it is either me being stupid, but no idea.
It also doesn't work with running
make test, but else the translation is finished. (Should i directly make a pull request?)