Skip to content

ether remove fails #40

Description

@twof
$ 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"]),
        ]
)

Metadata

Metadata

Assignees

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions