Last active
July 4, 2019 10:13
-
-
Save skobba/b1aecbbc69e35f83b43c426228808b72 to your computer and use it in GitHub Desktop.
npm link
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Ref | |
| https://hackernoon.com/a-better-way-to-develop-node-js-with-docker-cd29d3a0093 | |
| # Developing libs with npm link | |
| In lib packaged run: | |
| npm link | |
| In main proj run: | |
| npm link mylib | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment