vscode-fundamentals icon indicating copy to clipboard operation
vscode-fundamentals copied to clipboard

Sqlite3 with Windows and WSL

Open picwellwisher12pk opened this issue 6 years ago • 1 comments

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.

picwellwisher12pk avatar Sep 12 '19 11:09 picwellwisher12pk

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.

CoderOO7 avatar Feb 04 '21 09:02 CoderOO7