I have recently come across one of these statements in a node project that I am currently working on that we use to install node modules locally
npm install -d --save
Can somebody please tell me what it means as earlier we used to use simply npm install
I want to know the difference between the two