Kin LI
Kin LI
Me too. I want to learn and use it to write my open-source project!
I encountered the same error, please let me know how to fix it.
I have already tested to return a string in the loadDashboard method but the problem stil exist. And, I have also tried the [Class@Method calls](https://github.com/bramus/router?tab=readme-ov-file#classmethod-calls) but it also does not...
> Check the loadDashboard method: Make sure the loadDashboard method in DashboardController returns a string. For example: > > public function loadDashboard() { return 'Welcome to the Dashboard!'; } >...
Even if I select "`No`" for the question "`Would you like to install any of the official modules?`", it will return error for `pnpm run start`. ``` $ pnpm run...