NativePHP native:serve not working #393
-
hi i've installed nativephp on an existing project using laravel sail and when i try to start the dev server i get an error saying :
every single time in every single project |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
This should probably be a bug report |
Beta Was this translation helpful? Give feedback.
-
My guess is that the Sail container is missing some dependency that Electron depends on and this isn't a NativePHP issue. My suggestion would be to not run NativePHP inside your container. It's going to be tricky for lots of reasons not least of which that your container is a virtualised and often headless environment, whereas NativePHP is about building and showing GUI apps. |
Beta Was this translation helpful? Give feedback.
My guess is that the Sail container is missing some dependency that Electron depends on and this isn't a NativePHP issue.
My suggestion would be to not run NativePHP inside your container. It's going to be tricky for lots of reasons not least of which that your container is a virtualised and often headless environment, whereas NativePHP is about building and showing GUI apps.