From c5c7d4f1bac94acf6d9f27774d1ebe65ae9f53b7 Mon Sep 17 00:00:00 2001 From: Luke C Hartman Date: Tue, 27 Aug 2024 16:59:30 -0700 Subject: [PATCH] Update and rename 2024-08-27-check-npm-node-version.md to 2024-08-27-how-tos.md switch to how tos --- ...8-27-check-npm-node-version.md => 2024-08-27-how-tos.md} | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) rename _posts/{2024-08-27-check-npm-node-version.md => 2024-08-27-how-tos.md} (96%) diff --git a/_posts/2024-08-27-check-npm-node-version.md b/_posts/2024-08-27-how-tos.md similarity index 96% rename from _posts/2024-08-27-check-npm-node-version.md rename to _posts/2024-08-27-how-tos.md index 202ab26..059a21c 100644 --- a/_posts/2024-08-27-check-npm-node-version.md +++ b/_posts/2024-08-27-how-tos.md @@ -1,15 +1,17 @@ --- layout: post -title: "Check NPM/Node Version" +title: "How Tos" date: 2024-08-27 02:12:12 -0700 categories: docs site: site_shortname: -excerpt: Node versions. +excerpt: How to do many different things. github: github_shortname: --- +# Node & NPM + ### Step 1: Check Node.js and npm Versions Before setting up the local installation of our WordPress site, it's important to ensure you have the correct versions of Node.js and npm installed.