Skip to content

Instantly share code, notes, and snippets.

@skobba
Last active July 4, 2019 10:13
Show Gist options
  • Select an option

  • Save skobba/b1aecbbc69e35f83b43c426228808b72 to your computer and use it in GitHub Desktop.

Select an option

Save skobba/b1aecbbc69e35f83b43c426228808b72 to your computer and use it in GitHub Desktop.
npm link
# 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