oakes / vim_cubed

Vim rendered on a cube for no reason
The Unlicense
2.72k stars 39 forks source link

Could not find task run #27

Open BryanRice800 opened 4 years ago

BryanRice800 commented 4 years ago

I tried running this after installing nimble and running nimble run vim3 and nimble dev but the result is the same:

bryan@bryan-OMEN-by-HP-Laptop-15-dh0xxx  ~/vim_cubed   master  nimble dev Executing task dev in /home/bryan/vim_cubed/vim3.nimble Executing task run in /home/bryan/vim_cubed/vim3.nimble Error: Could not find task run in /home/bryan/vim_cubed/vim3.nimble Hint: Runnimble --helpand/ornimble tasksfor a list of possible commands. stack trace: (most recent call last) /tmp/nimblecache/nimscriptapi.nim(164, 16) /home/bryan/vim_cubed/vim3_13470.nims(16, 8) devTask /usr/lib/nim/system/nimscript.nim(242, 7) exec /usr/lib/nim/system/nimscript.nim(242, 7) Error: unhandled exception: FAILED: nimble run vim3 Error: Exception raised during nimble script execution

oakes commented 4 years ago

does nimble install work or do all nimble commands fail?

shaicoleman commented 4 years ago

When I installed nim by running curl https://nim-lang.org/choosenim/init.sh -sSf | sh I got an nim 0.19.0 installed, which is quite an old version. Running choosenim 1.0.6 installed the latest version.

silky commented 4 years ago

this happened to me ; i just built nim from source.

oakes commented 4 years ago

weird... @dom96 do you know why choosenim would default to an old version of nim?

dom96 commented 3 years ago

Late reply, but that is weird. Maybe some weird caching? Choosenim just requests a URL from nim-lang.org for the current stable version of Nim.