fix(setup): Update setup script to install only net-snmp dependency and create a minimal package-lock.json for better dependency control.

This commit is contained in:
2025-03-26 14:05:44 +00:00
parent d8bfbf0be3
commit ceff285ff5
3 changed files with 39 additions and 8 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2025-03-26 - 2.6.3 - fix(setup)
Update setup script to install only net-snmp dependency and create a minimal package-lock.json for better dependency control.
- Removed full production dependency install in favor of installing only net-snmp@3.20.0
- Added verification step to confirm net-snmp installation
- Generate a minimal package-lock.json if one does not exist
## 2025-03-26 - 2.6.2 - fix(setup/readme)
Improve force update instructions and dependency installation process in setup.sh and readme.md