Closed ThomasTJdev closed 5 years ago
https://github.com/ThomasTJdev/nim_websitecreator/blob/master/nimwc.nim#L87
Fails to read the Version from the *.nimble
file, because nimble install
seems to delete it ?.
Make nimble keep the nimble file I guess.
Error: unhandled exception: cannot open: nimwc.nimble [IOError]
Temporary fix: 3351499417094c126e91e5137f81815978bdd76c
Fixed permanently, I hope. :smile:
(Probably theres a faster algo, like Regex, but its Compile-Time only so no worries)
When running
nimble install
locally from a git clone there's no problem, but when runningnimble install
and fetching through Nimble install fails: