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

Skipped installation of voyager-installer for package voyager/installer: file not found in package #5

Open
jhavenz opened this issue Aug 16, 2019 · 1 comment · May be fixed by #6
Open

Comments

@jhavenz
Copy link

jhavenz commented Aug 16, 2019

I'm getting this when I try to install the Voyager installer...

image

When I try running 'voyager' command after installing it's saying "voyager: command not found"

I have just recently installed the most recent versions of Composer, Laravel, and Voyager. I'm using Valet as well. All of these packages are working fine on their own. I have a Voyager app working on this Mac but didn't use the Voyager installer for that one.

fyi..I'm on a Mac Mini, which is new too.

Thoughts?

@Arcesilas Arcesilas linked a pull request Nov 11, 2019 that will close this issue
@Arcesilas
Copy link

Voyager Installer has correctly been installed, only the bin file has not been linked in the composer bin directory (that's why the command is not available). To manually fix the problem:

ln -rs /Users/j-vens/.composer/vendor/voyager/installer/voyager /Users/j-vens/.composer/vendor/bin/voyager

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 a pull request may close this issue.

2 participants