书栈网 · BookStack 本次搜索耗时 0.023 秒,为您找到 706 个相关结果.
  • 使用 Git

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

    Usage Guide Overview Basic usage with CLI Core Library CLI tool Plugins & Presets Configuration Polyfill Summary Usage Guide There are quite a few tools in the Babel too...
  • Advanced

    Feature Comparison Error Codes Logos Limitations Symlinked `node_modules` structure How peers are resolved Uninstalling pnpm pnpm vs npm
  • 工作空间(Workspace)

    工作空间(Workspace) Workspace 协议 (workspace:) 通过别名引用 workspace 包 通过相对路径引用 workspace 包 发布 workspace 包 发布工作流 故障排查 使用示例 工作空间(Workspace) pnpm 内置了对单一存储库(也称为多包存储库、多项目存储库或单体存储库)的支持,...
  • 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...
  • What is Babel?

    What is Babel? Babel is a JavaScript compiler ES2015 and beyond JSX and React Type Annotations (Flow and TypeScript) Pluggable Debuggable Spec Compliant Compact What is ...
  • Workspace

    Workspace Workspace protocol (workspace:) Referencing workspace packages through aliases Referencing workspace packages through their relative path Publishing workspace packages ...
  • .npmrc

    .npmrc 依赖提升设置 hoist hoist-pattern public-hoist-pattern shamefully-hoist Node 模块设置 store-dir modules-dir node-linker symlink enable-modules-dir virtual-store-dir package-...
  • Vaadin 10–13

    Upgrading from Vaadin 10–13 New frontend tooling for Vaadin 14 Web Components: ES6 modules instead of HTML Imports Package management: pnpm instead of Bower Serving frontend reso...
  • 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. ...