Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

npm dev dependencies

# 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 install
Comment

npm install dev dependencies only

npm i -D
Comment

npm install dev dependencies

npm install <package-name> --save-dev
Comment

PREVIOUS NEXT
Code Example
Shell :: base64 decode in powershell 
Shell :: ubuntu boot slow 
Shell :: bash add text to the beginning or end of every line 
Shell :: tmux set zsh as default 
Shell :: touchpad scroll not working lenovo ubuntu 20.04 
Shell :: linux failed to save insufficient permissions vscode 
Shell :: install redis brew 
Shell :: install pypy3 ubuntu 
Shell :: update nodejs centos 
Shell :: powershell unzip file 
Shell :: install traceroute ubuntu 18.04 
Shell :: linux give permission to folder 
Shell :: bash get hour 
Shell :: command to get number of commits 
Shell :: react native expo install 
Shell :: macos install airport 
Shell :: restart wpa raspberrypi 
Shell :: composer remove package 
Shell :: convert back to sh from zsh 
Shell :: how to open epub files on linux 
Shell :: for i in range bash 
Shell :: linux ext-gd * 
Shell :: docker switch to linux containers command line 
Shell :: lsof port 
Shell :: swapping of two numbers without using third variable in shell script 
Shell :: git push all branches 
Shell :: git ignore whitespace 
Shell :: how to save windows spotlight images 
Shell :: pipenv an error psycopg2 
Shell :: current year bash 
ADD CONTENT
Topic
Content
Source link
Name
4+6 =