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

A JavaScript error occurred in the main process #291

Closed
xuquankun opened this issue Jun 27, 2024 · 2 comments
Closed

A JavaScript error occurred in the main process #291

xuquankun opened this issue Jun 27, 2024 · 2 comments

Comments

@xuquankun
Copy link

Uncaught Exception:
Error:vectordb:failed to load native library.
You may need to run 'npm install @lancedb/vectordb-win32-x64-msvc'
if that does not work, please file a bug report at
https://github.com/lancedb/lancedb/issues
source error: Error: Cannot find module '@lancedb/vectordb-win32-x64-msvc'
Require stact:

Copy link

greptile-apps bot commented Jun 27, 2024

To resolve the issue, ensure the optional dependency @lancedb/vectordb-win32-x64-msvc is installed correctly. Run the following command:

npm install @lancedb/vectordb-win32-x64-msvc

This should resolve the missing native library error.

References

/electron/main/database
/package.json

Ask Greptile · Edit Issue Bot Settings

@samlhuillier
Copy link
Collaborator

This should be fixed! Feel free to reopen if not

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants