Sqlite3 with Windows and WSL
I had a hard time installing sqlite3 with Windows or WSL. In both ways i could install sqlite3 individually but when it comes to install for project. it would give errors something like "sqlite 3 installation failed, you have to install manually". On WSL I had problem compiling it during yarn installing dependencies. I have node 12 for both Windows 10 and WSL. I want to continue with course without it, but I think I should stop and fix this , but this is take so much of my time.
Apologies for my poor etiquette of creating new github issue.
I had a hard time installing sqlite3 with Windows or WSL. In both ways i could install sqlite3 individually but when it comes to install for project. it would give errors something like "sqlite 3 installation failed, you have to install manually". On WSL I had problem compiling it during yarn installing dependencies. I have node 12 for both Windows 10 and WSL. I want to continue with course without it, but I think I should stop and fix this , but this is take so much of my time.
Apologies for my poor etiquette of creating new github issue.
You have to use node 8.17.0 to prevent this issue.