From 9a6a9e788dca134443a03f549d9aaac0a6ee42f2 Mon Sep 17 00:00:00 2001 From: Em Rusz Date: Mon, 17 Mar 2025 22:22:20 -0400 Subject: [PATCH] Fix typo in article --- _posts/2025-03-17-node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2025-03-17-node.md b/_posts/2025-03-17-node.md index d58e6ed..a946fe2 100644 --- a/_posts/2025-03-17-node.md +++ b/_posts/2025-03-17-node.md @@ -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