From a0d5a97d48226e556731aded001c2bc6f4c0629c Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Thu, 17 Oct 2024 11:24:24 -0400 Subject: [PATCH] More npm commands --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0eb36214..1ccacee8 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,10 @@ Everything should be ready to run on the development server and production serve # Rebuild the node_modules directory and manually install extra Svelte packages Run the npm update to fix the node_modules directory and package.json ```bash +npm list +npm outdated npm update +npm list ``` Other installs?: