xmake-io / xrepo

🗂️ A cross-platform C/C++ package manager based on Xmake
https://xrepo.xmake.io
Apache License 2.0
361 stars 16 forks source link

Cannot `xrepo remove package`. package(pkg) not found. #24

Closed Ramblestsad closed 2 years ago

Ramblestsad commented 2 years ago

Xmake Version

2.7.1+HEAD.0162040

Operating System Version and Architecture

macOS Monterey 12.5.1

Describe Bug

image image

Expected Behavior

Successfully removed the selected package.

Project Configuration

No response

Additional Information and Error Logs

No response

Ramblestsad commented 2 years ago

BTW, when I xrepo install fmt, there is something wrong too.

image
waruqi commented 2 years ago

try xrepo remove --all fmt

waruqi commented 2 years ago

BTW, when I xrepo install fmt, there is something wrong too. image

just network issue

Ramblestsad commented 2 years ago

try xrepo remove --all fmt

Solved. Thanks for the time.

Ramblestsad commented 2 years ago

BTW, when I xrepo install fmt, there is something wrong too. image

just network issue

Closed.