Links your local libs by adding "linkTo": ["lib1", "..."] in your package.json
npm i npm-link-libs
Or install it globally
npm i -g npm-link-libs
Go to your local lib and run npm link ( this command link your lib to the global npm modules )
Go to the depended lib and add "linkTo": ["<local lib name>", "..."] to the package.json
npm-link-libs
MIT