flaviuse / mern-authentication

MERN stack authentication boilerplate: password reset, email verification, server sessions, redux, typescript, hooks and docker for dev and prod.
https://mern-auth-client.herokuapp.com/login
MIT License
439 stars 95 forks source link

Failed to start process, "ts-node" exec not found #133

Closed GeorgeBarlow closed 2 years ago

GeorgeBarlow commented 2 years ago

As per title, failed to start process, "ts-node" exec not found when simply running the dev environment with the provided docker image.

Any solution to this?

flaviuse commented 2 years ago

Thanks for the catch, There was an issue with the dev script, I modified the tooling use it should be fixed now. Let me know if you still have issues

flaviuse commented 2 years ago

Tested in code space, it now works, closing the issue for now.