Laravel Admin Panel Installation Error zsh: no matches found

Created At: 2022-12-24 00:29:20 Updated At: 2022-12-24 00:33:36

If you encouter 

zsh: no matches found

during installation of Laravel admin panel, then you need to edit your zshrc 

1. run below command to edit the setting

vim ~/.zshrc 

It will open zshrc terminal and hit i to go on edit mode

2. put the below syntax anywhere you want

setopt no_nomatch

and then hit esc button and then write :wq, it will save the edited file

3. run below command 

source ~/.zshrc

Your error should be solved.

Comment

Add Reviews