jayralencar / sqlite-sync.js

Node module to sqlite sync and async
MIT License
78 stars 30 forks source link

can't use latest version of sql.js recommend 0.3.2 #20

Open ssinprem opened 5 years ago

ssinprem commented 5 years ago

https://github.com/jayralencar/sqlite-sync.js/blob/035de2e26679e524a24a961cad2f44592d68b3d9/package.json#L31

ssinprem commented 5 years ago

on my project, I fix it to "^0.3.2"

xzenin commented 5 years ago

Same problem here, are you going to provide any fix ?

ssinprem commented 5 years ago

for now, I fix dependency version of sql.js in file sqlite-sync.js/package.json

from "latest" > to "^0.3.2"