mobxjs / serializr

Serialize and deserialize complex object graphs to and from JSON and Javascript classes
MIT License
766 stars 52 forks source link

Build failing right after cloning the repository #164

Closed monesidn closed 2 years ago

monesidn commented 2 years ago

NOTE: This is part of a series of issues I'm creating to keep track of the work I've done, and that will be submitted, across multiple PRs

As of today, cloning the repository and running yarn results in build errors. The library build itself is working but, typescript tests and documentation are failing.

Additionally the project is relying on yarn 1.x and it would be great to update the configuration to rely on the latest version (3.x) branch.

The only downside of moving to a more recent version of yarn is that they dropped support for node 10.x but I don't think this should not be a problem at all.

This is a log of the errors: issue1-logs.txt

The output from yarn build-test is very similar so I've omitted it.

I think making the whole build work again should be a priority.