KREAWEB.be

Results 27 comments of KREAWEB.be

Just a few minutes ago, I installed this application as a new local project. Without any problems. For clarification, I added an **installation** section to the **Read Me** file. `...

What **node** version are you using? node --version v20.12.1 What **npm** version are you using? npm -v 10.5.0

Latest node.js LTS v10.12.2 uses npm10.5.0 and not 10.5.2. See [https://nodejs.org/en/download/](https://nodejs.org/en/download/) Mayby rollback to npm 10.5.0 ?

I think maybe, in a fresh project, do this in 2 seperate commands: `npm install` `npm run build` Is `npm run dev` working?

Your **APP_UR**L in the **.env** file is incorrect. Maybe try http://mge.test/

Are you developing online, not locally? I, as so many others, develop locally. `npm run build` then puts the compiled javasript libraries in \public\build\ wich become available online during cloning...

I have to work on Windows due to my customers working in Windows environments. My Home lab components are Linux based. I develop locally and only use [LARAGON](https://laragon.org/). See [https://www.kreaweb.be/category/blog/development/](https://www.kreaweb.be/category/blog/development/).

I'm closing this issue. Please open a new issue if there should still be a problem.

What’s Happening? Laravel is recursively resolving something (like db, or another service), likely due to: A service provider binding that calls app('db'), DB::connection(), or similar in the register() method. A...