Thursday, 1 June 2017

Difference between - and -- in npm commands

Am wondering if this question is already addressed or not.

I have used few commands like this :

npm install -g

npm install -d

Then i have used few like :

npm install XYZ --save-dev

npm install --only=dev

Whats the fundamental difference between - and -- ?

Has it got to do anything with primary and secondary arguments ?



via BeingSuman

No comments:

Post a Comment