Node commandshttps://docs.npmjs.com/getting-started/installing-node
#updating node n n latest # updating npm # -g global / without -g local npm install npm@latest -g #view versions node -v npm -v #utdated packages npm outdated