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
file:///D:/Dev/free-games-claimer/src/util.js:14
import { JSONFilePreset } from 'lowdb/node';
^^^^^^^^^^^^^^
SyntaxError: The requested module 'lowdb/node' does not provide an export named 'JSONFilePreset'
What update? Last update to lowdb was 4 months ago and it's been working fine for me since then: f0f1427
Did you forget to npm install to get the correct version?
Getting this error after pulling changes today:
Saw the same problem here:
typicode/lowdb#554
This change in
src/util.js
fixed it for me:The text was updated successfully, but these errors were encountered: