npm install dev dependencies only
# install as devDependency
npm install <package-name> --save-dev
# install as normal dependency
npm install <package-name> --save
# install all devDependencies listed in package.json
npm install --only=dev
# install all normal dependencies listed in package.json
npm install --only=prod
# or if NODE_ENV is set to production
npm installnpm i -D
npm install <package-name> --save-dev
npm install --save-dev package
# example:
npm install --save-dev nodemonnpm install packageName --save-devnpm install
Also in C++:
- ssh restart ubuntu
- bash rename multiple files
- how to clear a port in linux
- ionic Please check that /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home contains a valid JDK installation.
- powershell connect to serial port
- linux basic commads
- how to make NTFS read only file system writable in linux
- install toastr in angular
- #fb0 in six digit olor code
- how to find where python modules are installed
- rsync follow symlink
- firewall linux
- how to change path in linux
- how to install etcher on centos 7
- scp examples
- clone and remove existing git repository
- ubuntu certbot nginx
- ubuntu keyboard shortcut to close window
- install redis ubuntu
- not digitally signed
- Failed to start firewalld - dynamic firewall daemon.
- install pycharm
- git delete commit 4785cd1e041
- merge branch to branch