Created Sonntag 17 Mai 2020
Install packages only for the current user on the computer. This is the default behavior. (Src)
$ npm install <package_name>
This will create the node_modules directory in your current directory (if one doesn’t exist yet) and will download the package to that directory.