-
Notifications
You must be signed in to change notification settings - Fork 90
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
Don't assume resources/js is present #77
Comments
Did you say "No" when the installer asked you if you wish to install the NPM dependencies? |
That question is asked after this exception is thrown. Exception thrown Question about NPM dependencies This might be an framework issue and not reverb issue though? |
It's actually both, going to be working on this today. |
@tarreislam did you try this on Laravel v11.0.5? We fixed this here normally: laravel/framework#50519 |
When I upgrade I landed on 11.03, so its probably that! |
Reverb Version
1.0.0
Laravel Version
11.0
PHP Version
8.3
Description
I am using Laravel purely as a backend HTTP API but your installer assumes
/resources/js
should exist, which it does not in my case.Teherefore I get this error when running
art install:broadcasting
copy(/var/www/resources/js/echo.js): Failed to open stream: No such file or directory
at vendor/laravel/framework/src/Illuminate/Foundation/Console/BroadcastingInstallCommand.php:58Steps To Reproduce
The text was updated successfully, but these errors were encountered: