npm install -g npm
npm install jquery@1.10.2
npm view <package> versions
npm install
npm run dev
npm outdated
npm uninstall vue-model
npm install vue-model
npm install vue-model@0.3.0
npm install aarondfrancis/vue-model
npm run build
npm list
npm list --depth=0 // without dependencies
npm list -g
npm cache clean
npm init
~version "Approximately equivalent to version" See npm semver - Tilde Ranges & semver (7)
^version "Compatible with version" See npm semver - Caret Ranges & semver (7)
version Must match version exactly
>version Must be greater than version
>=version etc
<version
<=version
1.2.x 1.2.0, 1.2.1, etc., but not 1.3.0
http://sometarballurl (this may be the URL of a tarball which will be downloaded and installed locally
* Matches any version
Module build failed: Error: Node Sass does not yet support your current environment: Linux 64-bit with Unsupported runtime
run npm rebuild node-sass
Error: pngquant failed to build, make sure that libpng-dev is installed
yum install libpng-devel