跳至主要內容
版本:7.x

pnpm link

命令別名:ln

使目前的本地模組可以在整個系統中或者其他位置存取。

pnpm link <dir>
pnpm link --global
pnpm link --global <pkg>

參數選項

--dir <dir>, -C

  • 預設: 目前資料夾
  • 參數類型:路徑字串

將模組資料夾位置設為 <dir>

將封裝從 <dir> 資料夾連結到來自您執行此命令處的或透過 --dir 選項指定的封裝的 node_modules。

Links package from location where this command was executed or specified via --dir option to global node_modules, so it can be referred from another package with pnpm link --global <pkg>.

將指定套件(<模組名稱>)從全域 node_modules 連結至命令執行位置的 node_modules ,或者透過 --dir 指定目標位置