Node.js Morsel for today: creating symbolic links to your packages locally using `npm link`
Jul 24, 2023 · 1 min read · 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...
Join discussion