ts-react-boilerplate icon indicating copy to clipboard operation
ts-react-boilerplate copied to clipboard

Fresh install does not compile

Open SirGordon opened this issue 6 years ago • 3 comments

Just try to clone and build it. I get a lot of errors like:

TypeError: compiler.createWatchProgram is not a function
TypeError: Cannot read property 'updateRootFileNames' of undefined
TypeError: Cannot read property 'getProgram' of undefined

etc.. Didn't dig deep but i guess its because dependencies..

SirGordon avatar May 04 '18 14:05 SirGordon

yeah sounds like it, sorry I haven't had the time lately to take a look at this but will try during the weekend/early next week to update the whole thing

lapanti avatar May 04 '18 17:05 lapanti

That would be awsome! In the meantime, could you please provide dependency versions that works?

SirGordon avatar May 05 '18 18:05 SirGordon

https://github.com/lapanti/ts-react-boilerplate/tree/feature/hn-reader <- this is an in-progress branch I started (to totally revise the boilerplate's functionality), but the dependencies work now (there are a a few modification as well)

lapanti avatar May 06 '18 13:05 lapanti