It gives the error of
const structSchema = schema.get(classType); ^ TypeError: schema.get is not a function at deserializeStruct (/var/www/algo/solanaMobile/node_modules/borsh/lib/index.js:403:33)
This is beacuse of borsh not installed in case.
Maybe in readme just add along with that install the borsh
or update under teh dependecies the borsh along with under dev and peer dependecies
