-
Notifications
You must be signed in to change notification settings - Fork 25.1k
Closed
Labels
SignalRSource - Docs.msDocs Customer feedback via GitHub IssueDocs Customer feedback via GitHub Issuedoc-bugseQUESTeredIdentifies that an issue has been imported into Quest.Identifies that an issue has been imported into Quest.
Description
There is an instruction to run this command: dotnet tool install -g Microsoft.Web.LibraryManager.Cli
.
The resulting installation of libman
was Intel. I was on an M1 machine without Rosetta installed, so libman
failed. I found that adding -a arm64
fixed this: dotnet tool install -a arm64 -g Microsoft.Web.LibraryManager.Cli
.
Added by WadePickett:
To fix the larger scope of this issue across the repo the following are also to be addressed:
- Update the dotnet/docs: dotnet tool install doc to include the install options. Was not ever documented.
- Create an include file on dotnet/docs and on aspnetcore.docs repos that provides a standard note about the options.
- Update 30 identified topics with the include note on the install options for dotnet tool install.
Document Details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.
- ID: 0dd2991d-c22d-ad0f-80b6-bd1b503db8f3
- Version Independent ID: 5e3fbe1d-c97f-9940-4f0c-067d4b2112b1
- Content: Get started with ASP.NET Core SignalR
- Content Source: aspnetcore/tutorials/signalr.md
- Product: aspnet-core
- Technology: aspnetcore-tutorials
- GitHub Login: @bradygaster
- Microsoft Alias: wpickett
Metadata
Metadata
Assignees
Labels
SignalRSource - Docs.msDocs Customer feedback via GitHub IssueDocs Customer feedback via GitHub Issuedoc-bugseQUESTeredIdentifies that an issue has been imported into Quest.Identifies that an issue has been imported into Quest.