I am developing a node.js (Nestjs) project & using Yarn instead of NPM for package management.
I have a simple question to ask, what is the command to force yarn to only install devDependencies
? I checked the document here, but can't figure out whether there is a option for it.