Answers for "how to only install production dependencies npm"

1

npm install production only

# Set NODE_ENV=production
# OR
npm install --production
Posted by: Guest on May-11-2021

Code answers related to "how to only install production dependencies npm"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language