bin

获取 turbo 二进制文件的路径。

¥Get the path to the turbo binary.

Terminal
turbo bin

使用 全局 turbo 时,这将是全局 turbo 二进制文件的路径。你可能会看到用于安装 turbo 的包管理器的全局目录路径。

¥When using global turbo, this will be the path to the global turbo binary. You're likely to see a path to the global directory of the package manager you used to install turbo.

使用 本地 turbo 时,这将是本地 turbo 二进制文件的路径。当 turbo 安装在你的仓库中时,它很可能是指向 node_modules 的路径。

¥When using local turbo, this will be the path to the local turbo binary. When turbo is installed in your repository, it is likely to be a path to node_modules.