Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Cannot find module '@vscode/sqlite3' #48

Open
aldanchenko opened this issue Dec 2, 2024 · 0 comments
Open

Error: Cannot find module '@vscode/sqlite3' #48

aldanchenko opened this issue Dec 2, 2024 · 0 comments
Labels
bug Issue identified by VS Code Team member as probable bug

Comments

@aldanchenko
Copy link

Issue Summary

Hello,

I'm using vscode/sqlite3 for my VSC extension. It works fine if I run the VSC sandbox, but after I built the VSIX file and install in to my VSC it failed. I found this error in the logs:

2024-11-28 20:04:00.910 [error] Error: Cannot find module '@vscode/sqlite3'
Require stack:
- /Users/dan/.vscode/extensions/dan-ext-0.1.2-rc-810/dist/extension.js
- /Users/dan/Soft/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js

Could you please help me?

Best regards,
Alex

Steps to Reproduce

  1. Use vscode/sqlite3 in extension
  2. Create VSIX and install it to VSC

Version

^5.1.8-vscode

Node.js Version

v18.12.1 in terminal, VSCode version is 1.95.3

How did you install the library?

package.json

@aldanchenko aldanchenko added the bug Issue identified by VS Code Team member as probable bug label Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug
Projects
None yet
Development

No branches or pull requests

1 participant