cd path/to/my-utils npm link
cd path/to/my-project npm link my-utils
npm unlink my-utils
← 开启本地服务器 一些实用操作技巧→