npm8中文文档
npm link 旨在安装开发包并实时查看更改,而无需不断重新安装。(当然,您确实需要重新链接或 npm rebuild -g 来更新已编译的软件包。)
npm link
npm rebuild -g
更多信息在 npm link。