opentelemetry-101 icon indicating copy to clipboard operation
opentelemetry-101 copied to clipboard

missing ts-node-dev

Open jbhardman opened this issue 1 year ago • 9 comments

When running docker-compose up, the containers for todo and auth fail to start because of the missing command ts-node-dev.

opentelemetry-101-todo-1   | yarn run v1.22.15
opentelemetry-101-auth-1   | yarn run v1.22.15
opentelemetry-101-todo-1   | $ ts-node-dev todo-service.ts
opentelemetry-101-auth-1   | $ ts-node-dev auth-service.ts
opentelemetry-101-todo-1   | /bin/sh: 1: ts-node-dev: not found
opentelemetry-101-auth-1   | /bin/sh: 1: ts-node-dev: not found
opentelemetry-101-todo-1   | error Command failed with exit code 127.
opentelemetry-101-todo-1   | info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
opentelemetry-101-auth-1   | error Command failed with exit code 127.
opentelemetry-101-auth-1   | info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
opentelemetry-101-auth-1 exited with code 127
opentelemetry-101-todo-1 exited with code 127

I tried tags 1 and 12. Same issue.

jbhardman avatar Oct 31 '23 16:10 jbhardman