frontend build error

Hi! I'm having issues running the frontend service with the following error during docker-compose up -d:

frontend_1      | yarn run v1.22.19
frontend_1      | $ nuxt start
frontend_1      | /bin/sh: 1: nuxt: not found
frontend_1      | error Command failed with exit code 127.
frontend_1      | info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

Any idea about what's happening here?