youtube-cypress
                                
                                
                                
                                    youtube-cypress copied to clipboard
                            
                            
                            
                        Upgrade sqlite version
Actually the version is "sqlite3": "^4.1.1" but it is still breaking for some users.
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.