dotnet new reactredux throw not critical error #303

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

Originally created by @rpokrovskij on 12/1/2017

VS 2017 15.4.5 , dotnet --version 2.0.3
after lounching dotnet new reactredux from package manager console in empty folder this found in output

dotnet : 
At line:1 char:1
+ dotnet new reactredux
+ ~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:String) [], RemoteException
    + FullyQualifiedErrorId : NativeCommandError

Error is not critical since project file is found after the command finished

image

and dotnet run starts application (after npm install)

Full output:

PM> dotnet new reactredux
The template "ASP.NET Core with React.js and Redux" was created successfully.

Processing post-creation actions...
Running 'dotnet restore' on D:\cot\DashboardCode\Routines\AdminkaV1\Injected.AspCore.SpaApp\Injected.AspCore.SpaApp.csproj...
  Restoring packages for D:\cot\DashboardCode\Routines\AdminkaV1\Injected.AspCore.SpaApp\Injected.AspCore.SpaApp.csproj...
  Restoring packages for D:\cot\DashboardCode\Routines\AdminkaV1\Injected.AspCore.SpaApp\Injected.AspCore.SpaApp.csproj...
  Restore completed in 1.02 sec for D:\cot\DashboardCode\Routines\AdminkaV1\Injected.AspCore.SpaApp\Injected.AspCore.SpaApp.csproj.
  Generating MSBuild file D:\cot\DashboardCode\Routines\AdminkaV1\Injected.AspCore.SpaApp\obj\Injected.AspCore.SpaApp.csproj.nuget.g.props.
  Generating MSBuild file D:\cot\DashboardCode\Routines\AdminkaV1\Injected.AspCore.SpaApp\obj\Injected.AspCore.SpaApp.csproj.nuget.g.targets.
  Restore completed in 1.26 sec for D:\cot\DashboardCode\Routines\AdminkaV1\Injected.AspCore.SpaApp\Injected.AspCore.SpaApp.csproj.

dotnet : 
At line:1 char:1
+ dotnet new reactredux
+ ~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:String) [], RemoteException
    + FullyQualifiedErrorId : NativeCommandError
 
Restore succeeded.

Description: 

-------------------------------------------------------------------
IMPORTANT: Before running this project on the command line,
           you must restore NPM packages by running "npm install"
-------------------------------------------------------------------

Manual instructions: Run "npm install"
*Originally created by @rpokrovskij on 12/1/2017* VS 2017 15.4.5 , dotnet --version 2.0.3 after lounching `dotnet new reactredux` from package manager console in empty folder this found in output ``` dotnet : At line:1 char:1 + dotnet new reactredux + ~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:String) [], RemoteException + FullyQualifiedErrorId : NativeCommandError ``` Error is not critical since project file is found after the command finished ![image](https://user-images.githubusercontent.com/11598038/33479462-df4a6f2a-d695-11e7-9944-b54975f879b6.png) and dotnet run starts application (after npm install) Full output: ``` PM> dotnet new reactredux The template "ASP.NET Core with React.js and Redux" was created successfully. Processing post-creation actions... Running 'dotnet restore' on D:\cot\DashboardCode\Routines\AdminkaV1\Injected.AspCore.SpaApp\Injected.AspCore.SpaApp.csproj... Restoring packages for D:\cot\DashboardCode\Routines\AdminkaV1\Injected.AspCore.SpaApp\Injected.AspCore.SpaApp.csproj... Restoring packages for D:\cot\DashboardCode\Routines\AdminkaV1\Injected.AspCore.SpaApp\Injected.AspCore.SpaApp.csproj... Restore completed in 1.02 sec for D:\cot\DashboardCode\Routines\AdminkaV1\Injected.AspCore.SpaApp\Injected.AspCore.SpaApp.csproj. Generating MSBuild file D:\cot\DashboardCode\Routines\AdminkaV1\Injected.AspCore.SpaApp\obj\Injected.AspCore.SpaApp.csproj.nuget.g.props. Generating MSBuild file D:\cot\DashboardCode\Routines\AdminkaV1\Injected.AspCore.SpaApp\obj\Injected.AspCore.SpaApp.csproj.nuget.g.targets. Restore completed in 1.26 sec for D:\cot\DashboardCode\Routines\AdminkaV1\Injected.AspCore.SpaApp\Injected.AspCore.SpaApp.csproj. dotnet : At line:1 char:1 + dotnet new reactredux + ~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:String) [], RemoteException + FullyQualifiedErrorId : NativeCommandError Restore succeeded. Description: ------------------------------------------------------------------- IMPORTANT: Before running this project on the command line, you must restore NPM packages by running "npm install" ------------------------------------------------------------------- Manual instructions: Run "npm install" ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#303
No description provided.