Sunday 29 October 2017

NPM dependency question

Hi guys, I am trying to figure out how npm dependency works and got a question while installing a package called webpack-stream. So in its package.json, I saw webpack is listed as a dependency. So i am assuming there should be a webpack in webpack-stream’s node_modules folder — but actually no, after I installed the webpack-stream, webpack is actually installed in my root folder’s node_modules folder. Shouldn’t it be in webpack-stream/node_modules? Thanks in advance!

Submitted October 29, 2017 at 06:19PM by laonawuli

No comments:

Post a Comment