This repository has been archived by the owner on Aug 21, 2024. It is now read-only.
This minor release fixes a critical bug in an outdated dependency that prevented playback.
Because of this, in order to update from an earlier release, you must:
- Start by getting the latest dependency list with
git pull
. - Then remove the previously installed dependencies with
rm -r node_modules
. - Lastly, do
npm i
to reinstall.