I'm not sure why but I've been getting it everytime when I install loki from npm install and initialise it with the following lines: ``` import Loki from 'lokijs' const ldb = new Loki('example.db') ```