>npm -v
7.6.3
>npm install -g npm@latest
or
>npm install -g npm
>npm init
>npm install http-status-codes
>npm install --save-dev foo
or
>npm install -D foo
>npm install -g foo
>npm install
>npm install --production
>npm -y init
>npm set init.author.email "foo@abc.com" >npm set init.author.name "Foo"