What does -S
stand for in an npm command? And where the added package is added in package.json? in "devDependencies" or in "dependencies" collection?
I have seen other questions like the ones below, but none of them covers the yarn equivalence for that:
What is the equivalent of "npm install <package_name> --save" in Yarn?