lmaccherone/node-localstorage

Fatal bug: ReferenceError: _sync is not defined

Closed this issue · 3 comments

Version "node-localstorage": "^3.0.4", throws the following error:

App threw an error during load
ReferenceError: _sync is not defined
    at LocalStorage._init (/Users/holger/Desktop/X_ITE/sunrize/node_modules/node-localstorage/LocalStorage.js:166:11)
    at new LocalStorage (/Users/holger/Desktop/X_ITE/sunrize/node_modules/node-localstorage/LocalStorage.js:114:14)
    at Object.<anonymous> (/Users/holger/Desktop/X_ITE/sunrize/src/sunrize/Application/Application.js:16:22)

Shouldn't it be this._sync()?

Same problem here. Anyone working on a fix?

Should be fixed in 3.0.5.