vapor/toolbox

homebrew vapor toolbox install indicates "framework: not found"

marc-medley opened this issue · 3 comments

I just did a clean install of the vapor toolbox 18.2.2 via homebrew per the Vapor Install Toolbox docs.

brew install vapor

vapor --version
# note: no Package.resolved file was found.
# framework: not found
# toolbox: 18.2.2

Note the vapor --version output shown above.

The "note: no Package.resolved file was found" or "framework: not found" leaves one to wonder if the vapor toolbox installed OK.

It would be helpful if the vapor --version output provided a more clear explanation. In particular, the vapor project's toolbox status and user's project status are conflated in the output.

vapor --version
# vapor toolbox: 18.2.2
# vapor framework for this project: not found in this current working directory (try running `vapor build`) 
# note: no Package.resolved file was found. Possibly not currently in a vapor build directly.
mohok commented

This still not working on Apple silicon.

0xTim commented

@mohok what do you mean by not working?

mohok commented

@0xTim Sorry. I thought that installing with brew have same errors. But, It's okay after brew link --overwrite vapor. :)