When working with npm libraries there are times you find bugs or want to add functionality to a library. You could just modify the files locally and run the application but this gets tricky when you go to deploy an application and it does an npm install which doesn’t include your changes.
If the project is out there on GitHub there is a better…
Continue Reading Rick A. Wilson (RAW)’s Article on their blog
http://feedproxy.google.com/~r/richardawilson/MqOq/~3/fxqA0tPzXpY/utilize-customized-npm-package-from.html
Blog Syndicated with Rick A. Wilson (RAW)’s Permission