umbraco / UmbPack

13 stars 13 forks source link

Install instructions in the docs errors unless you provide a version number #23

Closed PeteDuncanson closed 4 years ago

PeteDuncanson commented 4 years ago

Trying to install this via the docs here:

https://our.umbraco.com/documentation/Extending/Packages/UmbPack/#installing-umbpack-locally

and get the following error:

image

Seems you have to include a version number like so:

dotnet tool install --global Umbraco.Tools.Packages --version 0.9.3

The above was taken from the Nuget listing itself: https://www.nuget.org/packages/Umbraco.Tools.Packages/

jmayntzhusen commented 4 years ago

Ah yes, think we need to change it to --version "0.9.*" while it is still in a prerelease 🙂 Should be an updated in the docs if anyone feels like picking that up!

umbrabot commented 4 years ago

Hi @PeteDuncanson,

We're writing to let you know that we've added the Up For Grabs label to your issue. We feel that this issue is ideal to flag for a community member to work on it. Once flagged here, folk looking for issues to work on will know to look at yours. Of course, please feel free work on this yourself ;-). If there are any changes to this status, we'll be sure to let you know.

For more information about issues and states, have a look at this blog post

Thanks muchly, from your friendly PR team bot :-)

jmayntzhusen commented 4 years ago

Fixed in https://github.com/umbraco/UmbracoDocs/pull/2518