More npm commands

This commit is contained in:
Scott Idem
2024-10-17 11:24:24 -04:00
parent 7d9950fd70
commit a0d5a97d48

View File

@@ -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?: