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
Domain: patch-diff.githubusercontent.com
{"@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-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:88234c16-f36d-5c4f-7bad-a768e30e2261 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | 8B74:346016:C64EA4:10B16CE:69704A9F |
| html-safe-nonce | 3cc1a6c33037d024e310b65188ebcc20bf6c42a248ec17b1057809ea27108cf1 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4Qjc0OjM0NjAxNjpDNjRFQTQ6MTBCMTZDRTo2OTcwNEE5RiIsInZpc2l0b3JfaWQiOiIzMjQ5NTQ4OTY2MzE0OTIwNjA3IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0= |
| visitor-hmac | fdee543a2e9b9fb735024d281e83cc9316590d5a995e1462de865a489cee7eab |
| hovercard-subject-tag | issue:2470299929 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/nodegit/nodegit/2003/issue_layout |
| twitter:image | https://opengraph.githubassets.com/7bae5f4aabbe73cf8c9836d46967a8069b36ed26e0cc5232b9d875ad4e6f5a2f/nodegit/nodegit/issues/2003 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/7bae5f4aabbe73cf8c9836d46967a8069b36ed26e0cc5232b9d875ad4e6f5a2f/nodegit/nodegit/issues/2003 |
| og:image:alt | 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... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | CodeSenior |
| hostname | github.com |
| expected-hostname | github.com |
| None | 9920a62ba22d06470388e2904804fb7e5ec51c9e35f81784e9191394c74b2bd2 |
| turbo-cache-control | no-preview |
| go-import | github.com/nodegit/nodegit git https://github.com/nodegit/nodegit.git |
| octolytics-dimension-user_id | 657068 |
| octolytics-dimension-user_login | nodegit |
| octolytics-dimension-repository_id | 1383170 |
| octolytics-dimension-repository_nwo | nodegit/nodegit |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 1383170 |
| octolytics-dimension-repository_network_root_nwo | nodegit/nodegit |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | f643964067a552f02067066d6a910b2f90a5721f |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width