Is it a general rule if we switch git branch often, and after that, we should just use
npm update
instead of
npm install
because npm update
will be sufficient? (and that update
is a lot faster than install
)?
(Switching branch might include upgrading or downgrading a node module).