Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to install #175

Open
BloodyMikey opened this issue Feb 10, 2022 · 4 comments
Open

unable to install #175

BloodyMikey opened this issue Feb 10, 2022 · 4 comments

Comments

@BloodyMikey
Copy link

Describe the bug
The following template packages will be installed:
StreamDeckPluginTemplate

Error: No NuGet sources are defined or enabled.
StreamDeckPluginTemplate could not be installed, no NuGet feeds are configured or they are invalid.

To Reproduce
dotnet new -i StreamDeckPluginTemplate

Screenshots
image

Desktop (please complete the following information):

  • OS: windows 11
  • Version no clue

Additional context
just trying to install

@AlexHedley
Copy link
Contributor

What’s your nuget package source?

@hugodahl
Copy link
Contributor

You can get the list of NuGet sources you have configured by running the following command:
dotnet nuget list source

Your output should be something similar to this:

Registered Sources:
  1.  nuget.org [Enabled]
      https://api.nuget.org/v3/index.json
  2.  Microsoft Visual Studio Offline Packages [Enabled]
      C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\

@BloodyMikey
Copy link
Author

mikey@Cortex-PC MINGW64 ~/Desktop/plugin
$ dotnet nuget list source
No sources found.

damn
how do i fix this

@AlexHedley
Copy link
Contributor

AlexHedley commented Feb 11, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants