Just fyi, you can npm <package> -g , and then npm link <package> so that dependencies can be downloaded to global cache and linked to each projects without needing to install them each time.
↧
Just fyi, you can npm <package> -g , and then npm link <package> so that dependencies can be downloaded to global cache and linked to each projects without needing to install them each time.