书栈网 · BookStack 本次搜索耗时 0.017 秒,为您找到 706 个相关结果.
  • Feature Comparison

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

    服务器安装 必要条件 安装 最新版本 其他软件包 其他WebSocket服务器实现 使用 µWebSockets.js 杂项 依赖树 对应版本 服务器安装 必要条件 请确保Node.js 已安装在您的系统上。推荐使用长期支持(LTS)版本,请参见此处 . 信息 至少需要 Node.js 10,不再支持旧版本。 安装 要安装...
  • 使用 Git

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

    pnpm run pnpm test pnpm exec pnpm dlx pnpm create pnpm start
  • 功能比较

    功能比较 功能比较 功能 pnpm Yarn npm 工作空间支持(monorepo) ✔️ ✔️ ✔️ 隔离的 node_modules ✔️ - 默认 ✔️ ❌ 提升的 node_modules ✔️ ✔️ ✔️ - 默认 Plug’n’Play ✔️ ✔️ - 默认 ❌ 零安装 ❌ ✔️ ❌ 修补依赖项 ❌ ✔️ ❌ 管理 Node.js 版...
  • package.json

    package.json engines dependenciesMeta dependenciesMeta.*.injected peerDependenciesMeta peerDependenciesMeta.*.optional publishConfig publishConfig.executableFiles publishConf...
  • Working with Git

    Working with Git Lockfiles Merge conflicts Working with Git Lockfiles You should always commit the lockfile (pnpm-lock.yaml ). This is for a multitude of reasons, the primary...
  • Command line tab-completion

    Command line tab-completion Command line tab-completion Added in: v4.9.0 Unlike other popular package managers, which usually require plugins, pnpm supports command line tab-co...
  • Configuring

    Configuring Configuring pnpm uses npm’s configuration formats. Hence, you should set configuration the same way you would for npm. For example, pnpm config set store - dir ...
  • Command line tab-completion

    Command line tab-completion Fig (on macOS only) g-plane/pnpm-shell-completion Command line tab-completion Unlike other popular package managers, which usually require plugins,...