1116 Views
These days, most front-end projects are going to involve NPM packages of some kind. Occasionally, when browsing documentation for these packages, I'll see a recommendation to install a package like this. yarn global add Or like this. npm install --global In both of these examples, the package is installed globally.
0 comments