书栈网 · BookStack 本次搜索耗时 0.012 秒,为您找到 706 个相关结果.
  • How peers are resolved

    How peers are resolved How peers are resolved One of the best features of pnpm is that in one project, a specific version of a package will always have one set of dependencies. ...
  • How peers are resolved

    How peers are resolved How peers are resolved One of the best features of pnpm is that in one project, a specific version of a package will always have one set of dependencies. ...
  • 使用 Git

    使用 Git Lockfile 合并冲突 使用 Git Lockfile 您应该始终提交Lockfile(pnpm生成的pnpm-lock.yaml 文件)。 这是出于多种原因,主要是: 在 CI 和生产环境中能够更快地完成安装,因为解析依赖的过程可以被跳过。 开发,测试和生产环境之间强制执行一致的安装和解析方案,这意味着测试和生产中使用的包...
  • Contributing

    Contributing Joining the project Building and Testing Documentation Image-Based Tests Bugs and Issues Contributing New contributions to the library are welcome, but we ask ...
  • 配置开发环境

    配置开发环境 环境要求 准备工具链 准备部署环境 下一步 配置开发环境 本文档介绍如何搭建 Chaos Mesh 的开发环境。 环境要求 安装 Chaos Mesh 所需的开发工具。 golang 版本不低于 v1.15 docker gcc helm 版本不低于 v2.8.2 kind nodejs 和 pnpm (用于...
  • Motivation

    Motivation Saving disk space Boosting installation speed Creating a non-flat node_modules directory Motivation Saving disk space When using npm, if you have 100 projects u...
  • Aliases

    Aliases Aliases Aliases let you install packages with custom names. Let’s assume you use lodash all over your project. There is a bug in lodash that breaks your project. You ...
  • Aliases

    Aliases Aliases Aliases let you install packages with custom names. Let’s assume you use lodash all over your project. There is a bug in lodash that breaks your project. You ...
  • Scripts

    Scripts Lifecycle Scripts pnpm:devPreinstall Scripts How pnpm handles the scripts field of package.json . Lifecycle Scripts pnpm:devPreinstall Runs only on local pnpm in...
  • Feature Comparison

    Feature Comparison Feature Comparison Feature pnpm Yarn npm Workspace support ✔️ ✔️ ✔️ Isolated node_modules ✔️ - The default ✔️ ✔️ Hoisted node_modules ✔️ ✔️ ✔️ - The default...