-
-
Notifications
You must be signed in to change notification settings - Fork 302
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
sqlite3 package caused failing node-gyp build on macOS 12.6 (Intel) #1001
Comments
@zrong please follow the steps in #921 (comment) except don't put the After following that procedure can you connect to your SQLite database? |
I did like #921 (comment) and It works! |
@daniellockyer any idea why |
@gjsjohnmurray The logs should say if it failed to download the binary. We'll need the full output 🙂 |
@daniellockyer please clarify which logs and where to find them. @zrong If you're willing, please close VS Code, remove the folders and files which you used the workaround to create, start VS Code and watch for the build to begin and fail. Then capture the logs being requested. |
I believe it's |
|
Looks like some sort of network connectivity/firewall issue to me 🙂 |
@zrong does your connectivity have any constraints on accessing github.com? Are you required to use a proxy? |
I have to access github.com through a proxy. I set a proxy in the browser but not in the terminal.
Now it is OK.
|
@zrong does it help if you add this to your settings? "terminal.integrated.env.osx": {
"https_proxy": "http://127.0.0.1:7890"
} |
Closing because of positive reactions added by @zrong. |
Originally posted by @zrong in #921 (comment)
~/Library/Application Support/vscode-sqltools$ npm install sqlite3
Originally posted by @zrong in #921 (comment)
The text was updated successfully, but these errors were encountered: