Fix typo in article

This commit is contained in:
Em Rusz 2025-03-17 22:22:20 -04:00 committed by GitHub
parent 961cdf048e
commit 9a6a9e788d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 "[Dont 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