Haven't had a chance to dig into it further yet.
i have same problem and didnt find appropriate @types version for it
In Package.json I modified
"@types/react-router-redux": "^4.0.30",
to
"@types/react-router-redux": "4.0.30",
This will get things up and running for now.
In addition to what @benhysell said, you can run npm install @types/[email protected] to fix your existing installation until the typings can be fixed.
Thanks for reporting this. I've applied a fix (same fix as suggested here) in generator-aspnetcore-spa version 0.8.3 which will be published shortly is now published. That new package also updates the Webpack configs to eliminate the loader option has been deprecated warnings.
Most helpful comment
Thanks for reporting this. I've applied a fix (same fix as suggested here) in generator-aspnetcore-spa version 0.8.3 which
will be published shortlyis now published. That new package also updates the Webpack configs to eliminate theloader option has been deprecatedwarnings.