dotnet核心默认反应模板不起作用

时间:2017-08-03 09:21:00

标签: .net reactjs webpack asp.net-core

我正在尝试通过命令dotnet new react使用dotnet核心和默认反应模板。

我用于在PowerShell中运行应用程序的命令:

dotnet new react
dotnet restore
npm install
$Env:ASPNETCORE_ENVIRONMENT = "Development"
dotnet run

问题是在运行应用程序并在localhost上打开浏览器后:5000我看到错误:

  

[at-loader]中的错误./node_modules/@types/react-router/lib/withRouter.d.ts:3:99       TS2314:通用类型'PureComponent'需要2个类型的参数。   [at-loader]中的错误./node_modules/@types/react/index.d.ts:165:11       TS2559:类型“组件”没有与“ComponentLifecycle”类型相同的属性。

enter image description here

0 个答案:

没有答案