How to get the “dnu” command working on OS X?

前端 未结 5 643
生来不讨喜
生来不讨喜 2021-01-30 05:16

Just downloaded and installed Visual Studio Code on OS X 10.10.3.

I\'ve managed to partially follow the installation instructions for ASP.NET 5.

What I fail with

5条回答
  •  余生分开走
    2021-01-30 05:35

    To answer my own question:

    What helped, was Jed Grant's comment and link to this GitHub discussion.

    I did the following in a terminal:

    source dnvm.sh
    dnvm upgrade -u
    

    And suddenly the "dnu" command was available so that I could run

    dnu restore
    

    As the installation instructions told me.

提交回复
热议问题