You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems v search does not find modules installed or not.
Reproduction Steps
Trying to list known modules like ui or markdown already installed.
$ v search help
Searches https://vpm.vlang.io/ for matching KEYWORDs and displays the details
Usage:
v search KEYWORD[...]
Options:
-v Print more details about the performed operation.
-server-url When doing network operations, use this vpm server. Can be
given multiple times.
$
$ v search -v
error: specify at least one keyword to search for.
$ v search -v ui
Trying server url: https://vpm.vlang.io
No module(s) found for `ui` .
$
$ v search -v markdown
Trying server url: https://vpm.vlang.io
No module(s) found for `markdown` .
$
$ v search -server-url http://github.com/vlang
No module(s) found for `http://github.com/vlang` .
$
Describe the bug
Seems
v search
does not find modules installed or not.Reproduction Steps
Trying to list known modules like
ui
ormarkdown
already installed.Expected Behavior
Display modules
Current Behavior
No module(s) found for
ui
.Possible Solution
No response
Additional Information/Context
After reading: #23939
V version
V 0.4.9 d970a8f
Environment details (OS name and version, etc.)
Note
You can use the 👍 reaction to increase the issue's priority for developers.
Please note that only the 👍 reaction to the issue itself counts as a vote.
Other reactions and those to comments will not be taken into account.
The text was updated successfully, but these errors were encountered: