typicode / lowdb

Simple and fast JSON database
MIT License
21.58k stars 924 forks source link

ReferenceError: global is not defined #552

Closed GuichiZhao closed 2 years ago

GuichiZhao commented 2 years ago

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

typicode commented 2 years ago

Fixed in v5 #553