We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using the following nimble(v0.16.4)
# Package version = "0.1.0" author = "author" description = "A new awesome nimble package" license = "MIT" srcDir = "src" # Dependencies requires "nim >= 2.3.1" requires "https://github.com/disruptek/frosty"
when the command nimble install -D --verbose is ran it seemingly does nothing after printing the following
nimble install -D --verbose
Info: Package cache path /home/jason/.nimble/pkgcache Info: Nimble data file "/home/jason/.nimble/nimbledata2.json" has been loaded.
The text was updated successfully, but these errors were encountered:
Makes --maximumTaggedVersions:1 the new default
--maximumTaggedVersions:1
7de265d
cc nim-lang#1307
Fixes nimble hanging when there is a cycle in the requirements #Fixes n…
4abb022
…im-lang#1307
4e7e646
Successfully merging a pull request may close this issue.
Using the following nimble(v0.16.4)
when the command
nimble install -D --verbose
is ran it seemingly does nothing after printing the followingThe text was updated successfully, but these errors were encountered: