发布日期: 2026-06-02
版本号: 1.34.4646.94

更新库通常需要使用相应的包管理器。以下是常见开发环境的更新方法:

  1. Node.js (npm/yarn)

    • 使用 npm updateyarn upgrade 更新项目依赖
    • 全局包使用 npm update -g <包名>
  2. Python (pip)

    • 使用 pip install --upgrade <包名>pip list --outdated 查看可更新包
    • 批量更新可借助 pip-review 等工具
  3. 系统级库

    • Ubuntu/Debian: sudo apt update && sudo apt upgrade
    • macOS (Homebrew): brew update && brew upgrade
    • Windows: 通过 PowerShell 的 Update-Module 或包管理器

建议更新前检查兼容性,重要项目可在测试环境先验证。

更新内容 (中文)

  • 更新库

更新内容 (原始)

  • Update libraries

下载链接