ASP.NET 5 Beta 6: dnu restore broken #687
07 Aug 2015I have recently updated to the latest ASP.NET 5 Beta on my OS X development machines. One of the first stumbling blocks that I ran into was issue #687: dnu restore broken.
Figure: Permission is denied.
This is a minor issue, and the fix is relatively simple
Steps to fix:
- Open Terminal
⌘+space Terminal
- Execute the following:
cd ~/.dnx/runtimes/dnx-mono.1.0.0-beta6/bin/
chmod +x dnu
No more issues.
Figure: Executeable dnu