thedevdojo / voyager-installer

This is the repo for the Voyager installer
MIT License
26 stars 7 forks source link

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

Open jhavenz opened 5 years ago

jhavenz commented 5 years ago

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 commented 4 years ago

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