Where to find 'dnu' command in Windows
Solution 1:
It should be in %userprofile%\.dnx\runtimes\<runtime name>\bin
.
If it is not on the path, run dnvm upgrade
. If dnvm
is not recognized, install it by following the instruction on the Home repo
Solution 2:
You Could try and run dnvm upgrade Command in your cmd.
Solution 3:
It's actually a PATH problem. The reason why it couldn't regconise the dnu or dnx commands because it could not locate the dnu.exe, and dnx.exe... batch command files.
You can solve it either by adding manually C:\Users\.dnx\runtimes\dnx-clr-win-x86.1.0.0-rc1-update1\bin to user PATH, or run "dnvm upgrade" in your cmd