youtube-cypress icon indicating copy to clipboard operation
youtube-cypress copied to clipboard

Upgrade sqlite version

Open samlucax opened this issue 4 years ago • 1 comments

Actually the version is "sqlite3": "^4.1.1" but it is still breaking for some users.

samlucax avatar Jun 25 '21 20:06 samlucax

Still having the same trouble today. So, I created this guide that solved to me:

0 - Clone this repo locally 1 - Open backend folder 2 - Open package.json and delete the sqlite3 lib ("sqlite3": "^4.1.1") 3 - Delete package-lock.json file 4 - run npm i on backend 5 - run npm i sqlite3 --legacy-peer-deps on backend

...now, just the follow the actual guide doing the package installation on the frontend structure.

LucasNeevs avatar Oct 21 '22 00:10 LucasNeevs