I'm using manjaro, and my nim version is 0.20.0. I'm trying to install nimongo with nimble using this command:
$nimble install nimongo
But I get an error which says, "Error: Could not read package info file in /tmp/nimble_21023/githubcom_SSPkroliknimongo/nimongo.nimble;
... Reading as ini file failed with:
... Invalid section: .
... Evaluating as NimScript file failed with:
... usr/lib/nim/system.nim(301, 6) Error: implement of 'sink' expected.
I was able to install other package using nimble. I also tried this: $nimble install https://github.com/SSPkrolik/nimongo which produced the same message. Anyone has the same problem and found the solution?