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

Unable to install sqlte3.

Open TKDMzq opened this issue 3 years ago • 2 comments

Describe the bug When Tryingto connect to SQLite db SQLTools prompts for dependency install that fails due to asking for outdated version of the package and having issue with dependency.

Failes due to node-pre-gyp beeing deprecated It advises to use @mapbox/node-pre-gyp

To Reproduce Steps to reproduce the behavior:

  1. Craete connection to SQLite DB
  2. Click on 'connect'
  3. Aprove instaltion of the package
  4. It will fail during this step

Expected behavior Instaling sqlite3 without failing.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • SQLTools Version [e.g. v0.23.]
  • VSCode Version: [e.g 1.67.2]
  • OS: [e.g. Windows, Linux, Mac]
  • Driver:
    • [ ] PostgreSQL/Redshift
    • [ ] MySQL/MariaDB
    • [ ] MSSQL/Azure
    • [x] SQLite 0.2.0
    • [ ] Other? Which...
  • Database version: [e.g. MySQL v5.6, PostgreSQL vX...]

Additional context

TKDMzq avatar May 28 '22 16:05 TKDMzq

I can install sqlite3 with npm from commandline, but fail when install by this extension.

And I can't find document about sqltools.useNodeRuntime,

GongT avatar Jun 07 '22 07:06 GongT

See also #858

gjsjohnmurray avatar Jul 28 '22 19:07 gjsjohnmurray

Closing in favor of #858 . Seems to be the same issue. @TKDMzq feel free to re-open if you disagree

mtxr avatar Sep 05 '22 01:09 mtxr