xxxxxxxxxx
npm i --it update and install all packages in package-lock.json if package was deprecated or not found
npm ci --it only install (not update if deprecated or not found) all pakages in package-lock.json
--Also it first delete node module folder and then install
--nmp ci is best when clone code rather than nmp i
--ci=clean-install or install-clean