cd path/to/my-utils npm link
cd path/to/my-project npm link my-utils
npm unlink my-utils
← nrm 管理npm源 package.json 与 package-lock.json 的关系 →