mirror of
https://github.com/emrusz/emrusz.git
synced 2025-04-04 09:23:18 -04:00
Fix typo in article
This commit is contained in:
parent
961cdf048e
commit
9a6a9e788d
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ tags:
|
|||
|
||||
I have seen quite a few programmers install global packages on their machine with `sudo npm`. Generally, that isn't a great idea. I was inspired by Andrew Crites's article "[Don’t Use `sudo` with `npm` …still](https://www.grammarly.com/blog/punctuation-capitalization/italics/)" to post this quick guide on configuring npm prefixes.
|
||||
|
||||
Why shouldn't you use `sudo` with `npm`? Go read the Crites's article!
|
||||
Why shouldn't you use `sudo` with `npm`? Go read Crites's article!
|
||||
|
||||
### Creating a `npm` Prefix
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue