Comment on The Micro PHP Manifesto's Missing TenetparentComments−mgkimsal14yI don't doubt it's gotten better, but it's a bit of a case of 'once bitten twice shy' with me. I may come back at some point, but I've no pressing need atm to be playing with node.−KrisJordanOP14yIt's definitely bloody on the bleeding edge :)Here's a link to the node_modules loading algorithm since v0.4, if you haven't checked it out, it's worth the quick read: http://nodejs.org/docs/latest/api/modules.html#loading_from_...This module loading algorithm is what opens the door for npm to install nested dependencies in recursive node_modules subdirectories.
Comments
I don't doubt it's gotten better, but it's a bit of a case of 'once bitten twice shy' with me. I may come back at some point, but I've no pressing need atm to be playing with node.
It's definitely bloody on the bleeding edge :)
Here's a link to the node_modules loading algorithm since v0.4, if you haven't checked it out, it's worth the quick read: http://nodejs.org/docs/latest/api/modules.html#loading_from_...
This module loading algorithm is what opens the door for npm to install nested dependencies in recursive node_modules subdirectories.