Reputation: 96
When running npm run dev says server error without exception that's why can't debug what's wrong
npm run dev
Upvotes: 5
Views: 858
You can simply run npm run build to debug in this situation
npm run build
Upvotes: 1