aspnet / JavaScriptServices

[Archived] This repository has been archived
Apache License 2.0
3.03k stars 518 forks source link

ReactRedux template fails to build properly and results in client-side errors #396

Closed DamianReeves closed 8 years ago

DamianReeves commented 8 years ago

If you execute the yeoman template and choose the ReactRedux option you end up with something which fails to work out the box, Typescript errors ensue immediately.

SteveSandersonMS commented 8 years ago

Can you let me know what version of generator-aspnetcore-spa you're using?

The latest version (0.3.8) appears to work fine when I installed and tried it. If you need to upgrade, just run npm install -g generator-aspnetcore-spa again.

DamianReeves commented 8 years ago

Apparently I had 0.3.6 (I thought I had updated to the latest). I tested 0.3.8 and it works. Sorry, I tried this multiple times on 2 machines and got the same errors each time.

But 0.3.8 looks good.