This repository was archived by the owner on Dec 18, 2017. It is now read-only.
This repository was archived by the owner on Dec 18, 2017. It is now read-only.
dnvm list outputs "find: `/usr/local/lib/dnx/runtimes': No such file or directory" #425
Closed
Description
After global install was added, dnvm list now outputs the message "find: `/usr/local/lib/dnx/runtimes': No such file or directory".
This error message is seen everytime I open up the terminal, since sourcing dnvm.sh automatically runs dnvm list
and dnvm use
dnvm list
should check if directory exist before executing find.