Note: The lib-name
is the name of the package in the package.json file.
- In the library's package.json directory
npm link
- In the host project directory
npm link lib-name
- unlink the package
npm unlink lib-name
- remove the link
npm rm --global lib-name