Reputation: 11
I have virtual machine on Vagrant. Mount my folder on vagrant: Vagrant config
I wanted to create a new Laravel project (jetstream livewire). The following commands are executed correctly.
After step #6 I get the following message: "Please execute "npm install && npm run dev" to build your assets."
I run "npm run dev" and console return: response
I do not know what access is involved. image
When i change "mix" to "asset" in guest.blade.php- everything is ok. change
Upvotes: 1
Views: 3263