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

Open
xuquankun opened this issue Jun 27, 2024 · 1 comment
Open

A JavaScript error occurred in the main process #291

xuquankun opened this issue Jun 27, 2024 · 1 comment

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

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

1 participant