vim_cubed
vim_cubed copied to clipboard
Could not find task run
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: Run
nimble --helpand/or
nimble 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
does nimble install
work or do all nimble commands fail?
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.
this happened to me ; i just built nim from source.
weird... @dom96 do you know why choosenim would default to an old version of nim?
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.