Path-Check / safeplaces-dct-app

COVID Safe Paths (based on Private Kit) is an open and privacy preserving system to use personal information to battle COVID
https://covidsafepaths.org
MIT License
465 stars 285 forks source link

Fix error when using joi dependency #1311

Closed juancruzgs closed 4 years ago

juancruzgs commented 4 years ago

We are getting this error when running the Android app device-2020-07-22-165300

This change fixed the issue Reference: https://github.com/sideway/joi/issues/2141

JacobJaffe commented 4 years ago

@juancruzgs looks like in the tests the yarn lock thinks this was added via npm?

juancruzgs commented 4 years ago

@JacobJaffe I just run yarn add text-encoding-polyfill It might be something wrong with my configuration, I'll check it

juancruzgs commented 4 years ago

@JacobJaffe It's fixed now