The order of npm install parameters?

I have seen these two writing methods. Is there any difference?

npm install express -g 
npm install -g express 
Apr.13,2022

is fine, nothing special.


all global installations make no difference

Menu