Yuliani Noriega
Yuliani Noriega

Reputation: 1083

Deploying init vapor 4 project causing error

I've tried deploying an init vapor 4 project on Heroku and Digital Ocean and keep getting the same error:

error: https://github.com/vapor/vapor.git has no Package.swift manifest for version 4.4.1

my swift package is pointing to:

.package(url: "https://github.com/vapor/vapor.git", from: "4.5.0")

Upvotes: 2

Views: 183

Answers (1)

0xTim
0xTim

Reputation: 5620

Try removing your .build directory and Package.resolved and trying again

Upvotes: 2

Related Questions