-
Notifications
You must be signed in to change notification settings - Fork 8
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
I am not able to install using npm #82
Comments
@lucky-9 As indicated in the error message, to install node-gyp on which hnsw-node depends, you need to install the build tools: https://github.com/nodejs/node-gyp#on-windows
|
@jaymehta-ce install visual studio build tool with c++ env as @yoshoku mentioned the size will be around 4 to 6 gb i think |
Already installed but still getting the same error. Are there any specific node version required? |
Installed the tools, still facing the issue. |
@lucky-9 @jaymehta-ce This is not an hnsw-node issue, but a node-gyp issue, so please ask in a node-gyp repository or on stack overflow. |
Think I figured it out, you need to install Visual Studio. |
Getting an installation issue while trying to install with npm.
The text was updated successfully, but these errors were encountered: