Closed cweider closed 12 years ago
Introduce the concept of node_modules (unfortunate naming) when looking up libraries. This is necessary for reuse of things managed by NPM. While this use case is in the minority ATM, it is likely to become increasingly useful in the future.
node_modules
Done in c5679ad729322cf3dedf76a15099efb9bc93ef45.
Introduce the concept of
node_modules
(unfortunate naming) when looking up libraries. This is necessary for reuse of things managed by NPM. While this use case is in the minority ATM, it is likely to become increasingly useful in the future.