question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Documentation] Incorrect command for installing template

See original GitHub issue

Documentation related to component

Web API Template

Please check all that apply

  • typo
  • documentation doesn’t exist
  • documentation needs clarification
  • error(s) in the example
  • needs an example

Description of the issue

The instructions on installing the new preview templates is incorrect. The affected section is located at https://github.com/AzureAD/microsoft-identity-web/wiki/web-api-template#install-the-templates-in-dotnet-core

cd bin
cd Debug
dotnet new -i Microsoft.Identity.Web.ProjectTemplates.0.2.0-preview.nupkg

should be

cd bin
cd Debug
dotnet new -i Microsoft.Identity.Web.ProjectTemplates::0.2.0-preview

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
jennyf19commented, Aug 7, 2020
0reactions
celluj34commented, Jul 22, 2020

Here’s my dotnet --info:

image

Read more comments on GitHub >

github_iconTop Results From Across the Web

Issue with setting up Q#: Command Line Project Templates ...
Hi, I am having trouble installing the command line project templates for Q# in VS Code. I am following the instructions on Microsoft...
Read more >
I have a problem with strapi-template installation.It can't ...
Exit code: 1 Command: c:\root\yarn\packages\bin\create-strapi-app Arguments: backend --quickstart --template https://github.com/strapi/starters- ...
Read more >
Code Inspection: Incorrect component template definition
Code Inspection: Incorrect component template definition​​ Reports a component that doesn't have an associated template or uses both template and templateUrl ...
Read more >
Template Installation Error - User Support
Hello, Getting an error when attempting to install a template: ERROR: Permissions denied: '/var/tmp/qvm-template.lck'
Read more >
Items' files not actually created when creating projects ...
1. Create project templates according to doc (choosing VC-Empty Project): "How to: Create Project Templates" : https://docs.microsoft.com/ ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found