typicode / lowdb

Simple and fast JSON database
MIT License
21.3k stars 918 forks source link

ReferenceError: global is not defined #552

Closed GuichiZhao closed 1 year ago

GuichiZhao commented 1 year ago

After upgrade to v4 it throw ReferenceError: global is not defined for obvious reason: global.localStorage is not accessible

typicode commented 1 year ago

Fixed in v5 #553