ljlm0402 / typescript-express-starter

📘 Quick and Easy TypeScript Express Starter
http://npm.im/typescript-express-starter
MIT License
2.68k stars 411 forks source link

Prisma template crashes on start #213

Closed hichemfantar closed 1 year ago

hichemfantar commented 1 year ago

Describe the Bug (버그 설명)

App crashes when running npm run dev

Version to Reproduce (현재 사용한 버전)

Node v16.18.1 Windows 10

Steps to Reproduce (재현 순서)

  1. run npm run dev

Capture screen (캡쳐 화면)

image

hichemfantar commented 1 year ago

Fixed by renaming UsersController to UserController in users.route.ts