node.js - NPM Install is exctracting packages -


usually install files in folder seems it's extacting in node_modules ? did mess up?

i looked on internet couldn't find anwser.

that's how npm dependency resolution works since version 3, efficiency purposes. more information have @ docs. https://docs.npmjs.com/how-npm-works/npm3


Comments