|
|
|
|
|
by linhmtran168
4452 days ago
|
|
I also hate NodeJS for its package manager, NPM. I don't understand the way it manages dependencies and their folder. What the hell is 'node_modules/express/node_modules/connect/node_modules/multiparty/node_modules/readable-stream/node_modules/debuglog/'. As a result, when updating dependencies with npm, a same dependency is downloaded multiple times. |
|
See http://blog.izs.me/post/1675072029/10-cool-things-you-probab...