npm link 方法,可在项目开发中使用 npm 包,用于排查问题,或方便的检测 npm 包在项目中的使用 * npm 包 ```shell cd [module] npm link ``` * 项目内 ```shell cd example npm link [module] ```