Terminal Issues

I’m currently having issues with starting a new Vapor project. When I try to run vapor new HelloVapor in my terminal I get this issue:

dyld: Library not loaded: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib
Referenced from: /usr/local/bin/vapor
Reason: image not found
zsh: abort vapor new HelloVapor

@preachonberto apologies I’ve been on holiday! Can you check you’re on the latest version of the toolbox? It should no longer rely on OpenSSL.

If you run brew uninstall vapor && brew untap vapor/tap && brew install vapor that should give you the latest toolbox and fix your issues