npm warnings #647

Closed
opened 2025-08-09 17:17:06 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @mikeharder on 6/21/2017

Repro Steps

  1. dotnet new [angular|react]
  2. npm install

Expected

No warnings

Actual

npm WARN angular@0.0.0 No description
npm WARN angular@0.0.0 No repository field.
npm WARN angular@0.0.0 No license field.

Dependency Versions

CLI: https://dotnetcli.azureedge.net/dotnet/Sdk/2.0.0-preview2-006494/dotnet-sdk-2.0.0-preview2-006494-win-x64.zip
NodeJS: 8.1.2

*Originally created by @mikeharder on 6/21/2017* # Repro Steps 1. `dotnet new [angular|react]` 2. `npm install` # Expected No warnings # Actual ``` npm WARN angular@0.0.0 No description npm WARN angular@0.0.0 No repository field. npm WARN angular@0.0.0 No license field. ``` # Dependency Versions CLI: https://dotnetcli.azureedge.net/dotnet/Sdk/2.0.0-preview2-006494/dotnet-sdk-2.0.0-preview2-006494-win-x64.zip NodeJS: 8.1.2
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#647
No description provided.