In my current project i have a lot of apps which all has a lot of npm dependencies. When i deploy an app every app is fetching npm dependencies. It works very well but i don't know the right way for a live deployment. I don't want to check in dependencies to a live deployment branch or something else
Does someone have a good solution dealing with This problem? Handling dependencies for a long time?
On the npm Site they said that i don't use npm for deployment only for development.