Laravel Admin Panel Installation Error zsh: no matches found

Laravel Admin Panel Installation Error zsh: no matches found

    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.

    Courses


    Recent posts