Today I want to share with you some pain and thoughts on current state of npm packages and node_modules folder in your application root. Most of the times npm packages are declared as dependencies of your app in package.json and installed every time you need them. Generally there should not be much more than single npm install for each working copy of your project. The Pain But things get complica