2

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")
Yuliani Noriega
  • 1,085
  • 12
  • 23

1 Answers1

2

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

0xTim
  • 5,146
  • 11
  • 23