rjz / typescript-react-redux

A TypeScript-enabled react/redux application
https://rjzaworski.com/c/typescript
Other
124 stars 24 forks source link

Build failure #14

Closed const closed 7 years ago

const commented 7 years ago

I'm trying to build sample on Windows 10 and I'm getting build failure on step npm run build of readme.md.

npm@4.2.0 node@v7.10.0

The tests apprently worked, but then I got multiple errors. The attached are build log (stderr + stdout) and diagnostic from npm.

build.txt 2017-05-08T01_55_37_090Z-debug.log.txt

rjz commented 7 years ago

Many thanks for reporting, @const!

It looks like the last dependency bump in this project missed a few important parts. https://github.com/rjz/typescript-react-redux/pull/15 fixes them up and enlists CI to help make sure they don't break in future updates. Give it a look if you have a moment; if all is in order we'll get it merged in.

rjz commented 7 years ago

Closing, but let's reopen if the issue can be reproduced with #15 merged.