书栈网 · BookStack 本次搜索耗时 0.009 秒,为您找到 626 个相关结果.
  • pnpm bin

    pnpm bin 配置项 --global, -g pnpm bin 打印依赖项的可执行文件链接到的目录。 配置项 --global, -g 打印全局安装的可执行文件的位置。
  • pnpm root

    pnpm root 配置项 --global, -g pnpm root 打印有效的存放模块(modules)的目录。 配置项 --global, -g 打印全局package 的模块(modules)目录。
  • pnpm server

    pnpm server 命令行 pnpm server start pnpm server stop pnpm server status 配置项 --background --network-concurrency --protocol --port --store-dir --[no-]lock --ignore-stop-reque...
  • pnpm publish

    pnpm publish 配置项 --recursive, -r --json --tag <tag> --access <public|restricted> --no-git-checks --publish-branch --force --report-summary --dry-run --otp --filter <packa...
  • pnpm dlx

    pnpm dlx 配置项 --package <name> --shell-mode, -c --silent, -s pnpm dlx 从源中获取包而不将其安装为依赖项,热加载,并运行它公开的任何默认命令二进制文件。 例如,可以在任何地方使用 create-react-app 来初始化一个 React 应用,而不用在其他项目下安装它,你可...
  • pnpm run

    pnpm run 示例 运行多个脚本 详细说明 与 npm run 的不同之处 运行环境 配置项 script-shell shell-emulator --recursive, -r --if-present --parallel --stream --aggregate-output enable-pre-post-scripts...
  • pnpm outdated

    pnpm outdated 配置项 --recursive, -r --filter <package_selector> --global, -g --long --format <format> --compatible --dev, -D --prod, -P --no-optional pnpm outdated 检查过期的...
  • pnpm dedupe

    pnpm dedupe pnpm dedupe Perform an install removing older dependencies in the lockfile if a newer version can be used.
  • pnpm install

    pnpm install 摘要: 配置项 --force --offline --prefer-offline --prod, -P --dev, -D --no-optional --lockfile-only --fix-lockfile --frozen-lockfile --reporter=<name> --use-store...
  • pnpm config

    pnpm config Commands set <key> <value> get <key> delete <key> list Options --global, -g pnpm config Aliases: c Manage the configuration files. The configuration files ...