NativePHP / laravel

Laravel wrapper for the NativePHP framework
https://nativephp.com
MIT License
3.09k stars 159 forks source link

[Bug]: native:install is too slow #186

Closed eskayamadeus closed 4 months ago

eskayamadeus commented 1 year ago

What happened?

I ran php artisan native:install and it took about 10 minutes to install. At a point, the output was frozen and I had to hit the Enter key to force an update in the terminal.

Also, it did not show the precise output of what specific NPM packages were being installed.

However, it ran without reporting any errors.

image

How to reproduce the bug

Run php artisan native:install in a fresh Laravel project.

Package Version

0.4.0

PHP Version

8.2.7

Laravel Version

10.19.0

Node Version

16.13.1

Which operating systems does with happen with?

Windows

Notes

No response

JelleTalsma commented 1 year ago

It doesn't support windows yet. Requirements here

eskayamadeus commented 11 months ago

Then I'll experiment with WSL when I have some time

vipertecpro commented 7 months ago

Please release windows support first so that all the window users can also participate in finding/resolving bugs.

Thank you.

simonhamp commented 4 months ago

Building and publishing for Windows hasn't been officially supported until now.

Please update to nativephp/electron v0.6 and try again.

eskayamadeus commented 2 months ago

Building and publishing for Windows hasn't been officially supported until now.

Please update to nativephp/electron v0.6 and try again.

I'll give it a shot. Thanks