jepiqueau / vue-sqlite-app-starter

Ionic/Vue App Starter demonstrating the use of @capacitor-community/sqlite
MIT License
18 stars 4 forks source link

Specify node and npm versions used #1

Closed codeluggage closed 3 years ago

codeluggage commented 3 years ago

Hi there :wave:

Thanks for making this starter! As I was exploring the use of sqlite from a Vue point of... view... I realized that my LTS node v14.16.0 reverted "lockfileVersion": 2, in package-lock.json to 1.

nvm has worked well for me so I set the latest (which I assume you've used when setting this up) node and npm versions in .nvmrc and "engines": in package.json.