Added a NPM package, now getting a yarn error

U createda a new TS app and used the Add Node.js package command to add Tesseract. However now I get these errors:

yarn install v1.22.18

info

[1/4] Resolving packages...

error

error Your lockfile needs to be updated, but yarn was run with –frozen-lockfile.

info

Hi AJ

Have you tried to Update the lock file from OXIDE?

run the Update yarn.lock > App package action.


If that doesn’t help then you can try to delete the contents of the app’s yarn.lock file (not to be confused with yarn.lock files for each of the cloudcode tasks) and then running the above command again

Let us know if that works