简体   繁体   中英

NPM Install is exctracting packages

Usually it would install the files in a folder but now it seems like it's extacting everything in node_modules ? Did I mess something up?

I looked on the internet but I couldn't find the anwser.

That's how npm dependency resolution works since version 3, basically for efficiency purposes. For more information have a look at the docs. https://docs.npmjs.com/how-npm-works/npm3

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM