npm install --save PACKAGE
npm install --save-dev PACKAGE#version
npm -v#check what's outdated
npm outdated
#check installed versions
npm list
#check installed package version
npm list mypackagenpm update mypackageis this the solution? v3 seems to be released
npm install --force