-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
node-gyp error with building @vscode/sqlite3: gyp: binding.gyp not found #2732
Comments
Does |
@cclauss Thanks for your advice, I had try your command in 2022, it's the same result. And I when I download VS2019, the problem still here, I just can't findout what is wrong, I used to use the node-gyp, and it runs good at building node C++ module, here is the VS2019 log:
what is the |
|
@cclauss Hi, I have try your link and clean all my Cache folder, but the error still. Now I create a repo in GitHub:https://github.com/ouliuquan/testsqlite3, maybe the problem is not the node-gyp, maybe is. I am trying to fix out the problem, if we can, I will send a PR to fix for someone who need. |
I remove all the node_gyp folder, and re-install nodejs, try anything command, the problem still, is it any way to find out what's wrong with my env? Here is recently of my repo:
Still, gyp: binding.gyp not found (cwd: D:\Repos\testsqlite3) while trying to load binding.gyp |
Now I add this problem to @vscode/sqlite3, hope they can help me to find out. #TryGhost/node-sqlite3#1635 |
@cclauss Hi Christian, the turely error have been found in here: microsoft/vscode-node-sqlite3#24, I will working on it and fix it, thanks for your patience and answer. |
Please look thru your error log for the string
gyp info using node-gyp@
and if the version number is less than the current release of node-gyp then please upgrade using the instructions at https://github.com/nodejs/node-gyp/blob/master/docs/Updating-npm-bundled-node-gyp.md and try your command again.Requests for help with
node-sass
are very common. Please be aware that this package is deprecated, you should seek alternatives and avoid opening new issues about it here.Verbose output (from npm or node-gyp):
Hi, I had been seeing this bug for week when I building the vscode using the VS2022. Now I found that maybe node-gyp doesn't support 2022, I found this info in file
find-visualstudio.js
, line 269 it wote:So, I maybe cause by this problem?
The text was updated successfully, but these errors were encountered: