You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run php artisan native:build I got this error:
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/nativephp-electron - Not found
npm ERR! 404
npm ERR! 404 'nativephp-electron@^1.0.0' is not in this registry.
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
php artisan native:serve is working, after I figured out the missing steps to set it up.(#1 (comment))
The text was updated successfully, but these errors were encountered:
When I run
php artisan native:build
I got this error:php artisan native:serve
is working, after I figured out the missing steps to set it up.(#1 (comment))The text was updated successfully, but these errors were encountered: