FritzAndFriends / StreamDeckToolkit

A .NET Standard library, template, and tools for building extensions to the Elgato Stream Deck
MIT License
162 stars 45 forks source link

Warning: Couldn't find item to install: "Templates/StreamDeck.PluginTemplate.Csharp". #174

Open TS-Steve opened 3 years ago

TS-Steve commented 3 years ago

Describe the bug When trying to install the package via PowerShell it fails, stating it doesn't exist. I've tried it using NuGet as well but the same thing.

To Reproduce Preferable Sorry no gist/repository

Alternatively Steps to reproduce the behavior:

  1. Download and install .NET SDK
  2. Open Windows PowerShell
  3. Attempt to install the package using directions in README.md
  4. Receive error that package is not found.

Expected behavior The package to install.

Error Details Warning: Couldn't find item to install: "Templates/StreamDeck.PluginTemplate.Csharp".

Desktop (please complete the following information):

Additional context The instructions for getting started are not very clear especially for those that are new to Stream Deck plugin creation. I have learned C# but am still new to it as well.

TS-Steve commented 3 years ago

Ok maybe it did work, I see files in my folder but I got errors about versions so I'm confused. I'll try a few other things and report back.