Node.js Morsel for today: creating symbolic links to your packages locally using `npm link`
What is a symbolic link?
Symbolic links are operating system operations that facilitate the creation of shortcuts to files or folders. The shortcuts help the user access the folder in places other than the original file location.
Node.js package mana...
terkplumber.hashnode.dev1 min read