I was about to install pug --> npm install --save pug
--> when I got a lot of "npm warn" telling me that a lot of different npm modules requires a lot of peers from other modules or something.
Now, I have no idea on what a peer of something is, moreover, I have no clue whatsoever on how to install the peers. Do I just type npm install --save NAME_OF_REQUIRED_PEER
?
It seems like there is no end to the warnings but perhaps that is just because I am not installing the peers correctly.