I recently met one of these operators in a node project that I am currently working on to use node modules locally
npm install -d
Can someone please tell me what this means as we used to just use npm install
I want to know the difference between the two
source
share