Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ether remove fails #40

Open
twof opened this issue Nov 24, 2018 · 1 comment
Open

ether remove fails #40

twof opened this issue Nov 24, 2018 · 1 comment
Assignees

Comments

@twof
Copy link

twof commented Nov 24, 2018

$ ether remove twof/VaporCRUDRouter
Error: ⚠️ [EtherError.pinNotFound: No package was found with the name 'twof/VaporCRUDRouter']
$ ether remove VaporCRUDRouter
Error: ⚠️ [EtherError.pinNotFound: No package was found with the name 'VaporCRUDRouter']
$ cat Package.swift
// swift-tools-version:4.0
import PackageDescription

let package = Package(
    name: "CLSwift",
    dependencies: [
        .package(url: "https://github.com/twof/VaporCRUDRouter.git", from: "1.7.0")
    ],
    targets: [
        .target(name: "CLSwift", dependencies: ["VaporCRUDRouter"]),
        .testTarget(name: "CLSwiftTests", dependencies: ["CLSwift"]),
        ]
)
@calebkleveter
Copy link
Member

This limitation is due to remove reading the Package.resolved file to get the URL of the package to remove. I'll see what I can do so that isn't necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants