Skip to content

手动部署报错 #14561

@cnkmmk

Description

@cnkmmk

路由地址

NOROUTE

完整路由地址

NOROUTE

相关文档

部署

预期是什么?

手动部署完成

实际发生了什么?

手动在debian 下进行部署,无法按照部署文档完成。

root@Rsshub:/opt/RSSHub-master# node -v
v21.6.2
root@Rsshub:/opt/RSSHub-master# npm -v
10.2.4
root@Rsshub:/opt/RSSHub-master# yarn -v
1.22.21
root@Rsshub:/opt/RSSHub-master# yarn install
yarn install v1.22.21
info No lockfile found.
[1/5] Validating package.json...
[2/5] Resolving packages...
⠁ (node:1174) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
warning @postlight/parser > @babel/runtime-corejs2 > core-js@2.6.12: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.
warning @postlight/parser > postman-request > har-validator@5.1.5: this library is no longer supported
error Couldn't find the binary git
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

在安装完 git 后,报错如下

root@Rsshub:/opt/RSSHub-master# yarn install
yarn install v1.22.21
info No lockfile found.
[1/5] Validating package.json...
[2/5] Resolving packages...
⠁ (node:1282) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
warning @postlight/parser > postman-request > har-validator@5.1.5: this library is no longer supported
warning @postlight/parser > @babel/runtime-corejs2 > core-js@2.6.12: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.
error Error: https://github.com/postlight/difflib.js: ESOCKETTIMEDOUT
    at ClientRequest.<anonymous> (/usr/local/node-v21.6.2-linux-x64/lib/node_modules/yarn/lib/cli.js:141501:19)
    at Object.onceWrapper (node:events:633:28)
    at ClientRequest.emit (node:events:519:28)
    at TLSSocket.emitRequestTimeout (node:_http_client:837:9)
    at Object.onceWrapper (node:events:633:28)
    at TLSSocket.emit (node:events:531:35)
    at Socket._onTimeout (node:net:589:8)
    at listOnTimeout (node:internal/timers:573:17)
    at process.processTimers (node:internal/timers:514:7)
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
root@Rsshub:/opt/RSSHub-master#

部署

自建

部署相关信息

No response

额外信息

这不是重复的 issue

  • 我已经搜索了 现有 issue,以确保该错误尚未被报告。

Metadata

Metadata

Assignees

No one assigned

    Labels

    RSS bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions