You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All of a sudden, I am getting a Error: Invalid or corrupt jarfile DynamoDBLocal.jar error when running yarn jest -- <test-file-path>.
After reinstalling installing Dynamodb, test pass, but I need to run java -Djava.library.path=./DynamoDBLocal_lib -jar DynamoDBLocal.jar -sharedDb in another process.
Please advise, this behavior is new; my setup was working perfectly up until right now.