René's URL Explorer Experiment


Title: Can't install nodegit · Issue #2003 · nodegit/nodegit · GitHub

Open Graph Title: Can't install nodegit · Issue #2003 · nodegit/nodegit

X Title: Can't install nodegit · Issue #2003 · nodegit/nodegit

Description: System information node version: v21.6.2 npm or yarn version: 10.7.0 OS/version/architecture: 23.5.0 Applicable nodegit version: x64 Hello, when i try to install the package i have this kind of error in console npm warn deprecated inflig...

Open Graph Description: System information node version: v21.6.2 npm or yarn version: 10.7.0 OS/version/architecture: 23.5.0 Applicable nodegit version: x64 Hello, when i try to install the package i have this kind of err...

X Description: System information node version: v21.6.2 npm or yarn version: 10.7.0 OS/version/architecture: 23.5.0 Applicable nodegit version: x64 Hello, when i try to install the package i have this kind of err...

Opengraph URL: https://github.com/nodegit/nodegit/issues/2003

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Can't install nodegit","articleBody":"## System information\r\n  - node version: v21.6.2\r\n  - npm or yarn version: 10.7.0\r\n  - OS/version/architecture: 23.5.0\r\n  - Applicable nodegit version: x64\r\n \r\nHello,\r\n\r\nwhen i try to install the package i have this kind of error in console\r\n\r\n`npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.\r\nnpm warn deprecated osenv@0.1.5: This package is no longer supported.\r\nnpm warn deprecated rimraf@2.7.1: Rimraf versions prior to v4 are no longer supported\r\nnpm warn deprecated har-validator@5.1.5: this library is no longer supported\r\nnpm warn deprecated npmlog@4.1.2: This package is no longer supported.\r\nnpm warn deprecated are-we-there-yet@1.1.7: This package is no longer supported.\r\nnpm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported\r\nnpm warn deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.\r\nnpm warn deprecated gauge@2.7.4: This package is no longer supported.\r\nnpm warn deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142\r\nnpm warn deprecated node-pre-gyp@0.13.0: Please upgrade to @mapbox/node-pre-gyp: the non-scoped node-pre-gyp package is deprecated and only the @mapbox scoped package will recieve updates in the future\r\nnpm error code 1\r\nnpm error path /Users/amar/Projects/EXERCICES/REACT/git-branch-manager/node_modules/nodegit\r\nnpm error command failed\r\nnpm error command sh -c node lifecycleScripts/preinstall \u0026\u0026 node lifecycleScripts/install\r\nnpm error [nodegit] Running pre-install script\r\nnpm error [nodegit] Running install script\r\nnpm error\r\nnpm error SOLINK_MODULE(target) Release/acquireOpenSSL.node\r\nnpm error ACTION binding_gyp_configureLibssh2_target_configure .\r\nnpm error [nodegit] Configuring libssh2.\r\nnpm error SOLINK_MODULE(target) Release/configureLibssh2.node\r\nnpm error CC(target) Release/obj.target/libgit2/vendor/libgit2/src/allocators/stdalloc.o\r\nnpm error CC(target) Release/obj.target/libgit2/vendor/libgit2/src/commit.o\r\nnpm error CC(target) Release/obj.target/libgit2/vendor/libgit2/src/alloc.o\r\nnpm error CC(target) Release/obj.target/libgit2/vendor/libgit2/src/annotated_commit.o\r\nnpm error CC(target) Release/obj.target/libgit2/vendor/libgit2/src/apply.o\r\nnpm error CC(target) Release/obj.target/libgit2/vendor/libgit2/src/attr_file.o\r\nnpm error CC(target) Release/obj.target/libgit2/vendor/libgit2/src/attr.o\r\nnpm error CC(target) Release/obj.target/libgit2/vendor/libgit2/src/attrcache.o\r\nnpm error CC(target) Release/obj.target/libgit2/vendor/libgit2/src/blame_git.o\r\nnpm error CC(target) Release/obj.target/libgit2/vendor/libgit2/src/blame.o\r\nnpm error CC(target) Release/obj.target/libgit2/vendor/libgit2/src/blob.o\r\nnpm error CC(target) Release/obj.target/libgit2/vendor/libgit2/src/branch.o`\r\n\r\n\r\n`\r\nnpm error /Users/amar/Library/Caches/node-gyp/21.6.2/include/node/openssl/pem.h:462:24: note: 'PEM_read_bio_ECPrivateKey' has been explicitly marked deprecated here\r\nnpm error DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, ECPrivateKey, EC_KEY)\r\nnpm error                        ^\r\nnpm error /Users/amar/Library/Caches/node-gyp/21.6.2/include/node/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'\r\nnpm error #   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)\r\nnpm error                                                 ^\r\nnpm error /Users/amar/Library/Caches/node-gyp/21.6.2/include/node/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'\r\nnpm error #     define OSSL_DEPRECATED(since) __attribute__((deprecated))\r\nnpm error                                                    ^\r\nnpm error ../vendor/libssh2/src/openssl.c:1857:15: warning: 'RSA_size' is deprecated [-Wdeprecated-declarations]\r\nnpm error     sig_len = RSA_size(rsactx);\r\nnpm error               ^\r\nnpm error /Users/amar/Library/Caches/node-gyp/21.6.2/include/node/openssl/rsa.h:204:1: note: 'RSA_size' has been explicitly marked deprecated here\r\nnpm error OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa);\r\nnpm error ^\r\nnpm error /Users/amar/Library/Caches/node-gyp/21.6.2/include/node/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'\r\nnpm error #   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)\r\nnpm error                                                 ^\r\nnpm error /Users/amar/Library/Caches/node-gyp/21.6.2/include/node/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'\r\nnpm error #     define OSSL_DEPRECATED(since) __attribute__((deprecated))\r\nnpm error                                                    ^\r\nnpm error ../vendor/libssh2/src/openssl.c:1864:\r\nnpm error 11: warning: 'RSA_sign' is deprecated [-Wdeprecated-declarations]\r\nnpm error     ret = RSA_sign(NID_sha1, hash, hash_len, sig, \u0026sig_len, rsactx);\r\nnpm error           ^\r\nnpm error /Users/amar/Library/Caches/node-gyp/21.6.2/include/node/openssl/rsa.h:348:1: note: 'RSA_sign' has been explicitly marked deprecated here\r\nnpm error OSSL_DEPRECATEDIN_3_0 int RSA_sign(int type, const unsigned char *m,\r\nnpm error ^\r\nnpm error /Users/amar/Library/Caches/node-gyp/21.6.2/include/node/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'\r\nnpm error #   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)\r\nnpm error                                                 ^\r\nnpm error /Users/amar/Library/Caches/node-gyp/21.6.2/include/node/openssl/macros.h:62:52\r\n`\r\n\r\nHas anyone ever encountered any problems?","author":{"url":"https://github.com/CodeSenior","@type":"Person","name":"CodeSenior"},"datePublished":"2024-08-16T13:39:25.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":4},"url":"https://github.com/2003/nodegit/issues/2003"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:88234c16-f36d-5c4f-7bad-a768e30e2261
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id8B74:346016:C64EA4:10B16CE:69704A9F
html-safe-nonce3cc1a6c33037d024e310b65188ebcc20bf6c42a248ec17b1057809ea27108cf1
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4Qjc0OjM0NjAxNjpDNjRFQTQ6MTBCMTZDRTo2OTcwNEE5RiIsInZpc2l0b3JfaWQiOiIzMjQ5NTQ4OTY2MzE0OTIwNjA3IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmacfdee543a2e9b9fb735024d281e83cc9316590d5a995e1462de865a489cee7eab
hovercard-subject-tagissue:2470299929
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/nodegit/nodegit/2003/issue_layout
twitter:imagehttps://opengraph.githubassets.com/7bae5f4aabbe73cf8c9836d46967a8069b36ed26e0cc5232b9d875ad4e6f5a2f/nodegit/nodegit/issues/2003
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/7bae5f4aabbe73cf8c9836d46967a8069b36ed26e0cc5232b9d875ad4e6f5a2f/nodegit/nodegit/issues/2003
og:image:altSystem information node version: v21.6.2 npm or yarn version: 10.7.0 OS/version/architecture: 23.5.0 Applicable nodegit version: x64 Hello, when i try to install the package i have this kind of err...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameCodeSenior
hostnamegithub.com
expected-hostnamegithub.com
None9920a62ba22d06470388e2904804fb7e5ec51c9e35f81784e9191394c74b2bd2
turbo-cache-controlno-preview
go-importgithub.com/nodegit/nodegit git https://github.com/nodegit/nodegit.git
octolytics-dimension-user_id657068
octolytics-dimension-user_loginnodegit
octolytics-dimension-repository_id1383170
octolytics-dimension-repository_nwonodegit/nodegit
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id1383170
octolytics-dimension-repository_network_root_nwonodegit/nodegit
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasef643964067a552f02067066d6a910b2f90a5721f
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/nodegit/nodegit/issues/2003#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fnodegit%2Fnodegit%2Fissues%2F2003
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fnodegit%2Fnodegit%2Fissues%2F2003
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=nodegit%2Fnodegit
Reloadhttps://patch-diff.githubusercontent.com/nodegit/nodegit/issues/2003
Reloadhttps://patch-diff.githubusercontent.com/nodegit/nodegit/issues/2003
Reloadhttps://patch-diff.githubusercontent.com/nodegit/nodegit/issues/2003
nodegit https://patch-diff.githubusercontent.com/nodegit
nodegithttps://patch-diff.githubusercontent.com/nodegit/nodegit
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fnodegit%2Fnodegit
Fork 697 https://patch-diff.githubusercontent.com/login?return_to=%2Fnodegit%2Fnodegit
Star 5.8k https://patch-diff.githubusercontent.com/login?return_to=%2Fnodegit%2Fnodegit
Code https://patch-diff.githubusercontent.com/nodegit/nodegit
Issues 343 https://patch-diff.githubusercontent.com/nodegit/nodegit/issues
Pull requests 19 https://patch-diff.githubusercontent.com/nodegit/nodegit/pulls
Actions https://patch-diff.githubusercontent.com/nodegit/nodegit/actions
Projects 0 https://patch-diff.githubusercontent.com/nodegit/nodegit/projects
Security Uh oh! There was an error while loading. Please reload this page. https://patch-diff.githubusercontent.com/nodegit/nodegit/security
Please reload this pagehttps://patch-diff.githubusercontent.com/nodegit/nodegit/issues/2003
Insights https://patch-diff.githubusercontent.com/nodegit/nodegit/pulse
Code https://patch-diff.githubusercontent.com/nodegit/nodegit
Issues https://patch-diff.githubusercontent.com/nodegit/nodegit/issues
Pull requests https://patch-diff.githubusercontent.com/nodegit/nodegit/pulls
Actions https://patch-diff.githubusercontent.com/nodegit/nodegit/actions
Projects https://patch-diff.githubusercontent.com/nodegit/nodegit/projects
Security https://patch-diff.githubusercontent.com/nodegit/nodegit/security
Insights https://patch-diff.githubusercontent.com/nodegit/nodegit/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/nodegit/nodegit/issues/2003
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/nodegit/nodegit/issues/2003
Can't install nodegithttps://patch-diff.githubusercontent.com/nodegit/nodegit/issues/2003#top
https://github.com/CodeSenior
https://github.com/CodeSenior
CodeSeniorhttps://github.com/CodeSenior
on Aug 16, 2024https://github.com/nodegit/nodegit/issues/2003#issue-2470299929
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.