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
I spotted a couple items that I think should be fixed asap:
prePopulatedDB/README.md gives directions to do sudo npm install -g command which is a very bad idea (I would be happy to elaborate if needed)
project seems to require very old version of cordova-sqlite-ext, would like to see use of newer version which has resolved some data corruption risk issues along with many other issues
The text was updated successfully, but these errors were encountered:
prePopulatedDB/README.md gives directions to do sudo npm install -g command which is a very bad idea (I would be happy to elaborate if needed)
Fixed, it was a mistake.
project seems to require very old version of cordova-sqlite-ext, would like to see use of newer version which has resolved some data corruption risk issues along with many other issues
Which is the newer version of cordova-sqlite-ext I should use?
I spotted a couple items that I think should be fixed asap:
prePopulatedDB/README.md
gives directions to dosudo npm install -g
command which is a very bad idea (I would be happy to elaborate if needed)The text was updated successfully, but these errors were encountered: