Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: React SSR installation error #169

Merged
merged 2 commits into from
Jul 11, 2022
Merged

Fix: React SSR installation error #169

merged 2 commits into from
Jul 11, 2022

Conversation

renomureza
Copy link
Contributor

When I installed Breeze (React & SSR) as per this tutorial: https://laravel.com/docs/9.x/starter-kits#laravel-breeze-installation

When running the command php artisan breeze:install react --ssr, it returns an error like the following image.

This is because when we unlink the app.js file doesn't exist, I added checking for the existence of the file first.

Screenshot 2022-07-11 144626

@taylorotwell taylorotwell merged commit f2f3e45 into laravel:1.x Jul 11, 2022
slimani-dev pushed a commit to slimani-dev/breeze that referenced this pull request Jan 21, 2023
* Fix: React SSR installation error

* Update InstallsInertiaStacks.php

Co-authored-by: Taylor Otwell <taylor@laravel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants