Stop Installing Packages Globally

added by JavaScript Kicks
9/10/2019 8:41:34 AM

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