What versions are you using? (if relevant)
No response
Describe the Bug
While starting my dev server I had an update from dependabot to these two components and this error happened.
/usr/bin/env: unrecognized option: S.
What is affected (leave empty if unsure)
Preview Server
Link to the code that reproduces this issue
Simply this docker-compose element.
react-email:
image: node:24-alpine
working_dir: /app
volumes:
- .:/app
command: npm run email:dev
ports:
- "3001:3001"
env_file:
- .env
npm command is = "email:dev": "email dev -p 3001"
To Reproduce
Start the container.
Expected Behavior
To behave like 2.1.1.
What's your node version? (if relevant)
24.12.0