mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-03-31 06:23:54 -04:00
How to uninstall / remove all dependencies? #4
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Barry40 on GitHub (Oct 4, 2025).
✅ Have you read and understood the above guidelines?
yes
📝 Provide a clear and concise description of the issue.
After installing my proxmox went weird and there were a lot of errors in the log.
How to safely uninstall / removing this local-pve? its not working at all..
thanks!
🔄 Steps to reproduce the issue.
After installing my proxmox went weird and there were a lot of errors in the log.
How to safely uninstall / removing this local-pve? its not working at all..
thanks!
❌ Paste the full error output (if available).
Oct 04 15:39:07 proxmox systemd[1]: pvescriptslocal.service: Main process exited, code=exited, status=1/FAILURE
Oct 04 15:39:07 proxmox systemd[1]: pvescriptslocal.service: Failed with result 'exit-code'.
Oct 04 15:39:18 proxmox systemd[1]: pvescriptslocal.service: Scheduled restart job, restart counter is at 18.
Oct 04 15:39:18 proxmox systemd[1]: Started pvescriptslocal.service - PVEScriptslocal Service.
Oct 04 15:39:18 proxmox npm[4123727]: > pve-scripts-local@0.1.0 start
Oct 04 15:39:18 proxmox npm[4123727]: > node server.js
Oct 04 15:39:18 proxmox npm[4123739]: node:internal/modules/package_json_reader:316
Oct 04 15:39:18 proxmox npm[4123739]: throw new ERR_MODULE_NOT_FOUND(packageName, fileURLToPath(base), null);
Oct 04 15:39:18 proxmox npm[4123739]: ^
Oct 04 15:39:18 proxmox npm[4123739]: Error [ERR_MODULE_NOT_FOUND]: Cannot find package 'next' imported from /opt/PVESciptslocal/server.js
Oct 04 15:39:18 proxmox npm[4123739]: at Object.getPackageJSONURL (node:internal/modules/package_json_reader:316:9)
Oct 04 15:39:18 proxmox npm[4123739]: at packageResolve (node:internal/modules/esm/resolve:768:81)
Oct 04 15:39:18 proxmox npm[4123739]: at moduleResolve (node:internal/modules/esm/resolve:858:18)
Oct 04 15:39:18 proxmox npm[4123739]: at defaultResolve (node:internal/modules/esm/resolve:990:11)
Oct 04 15:39:18 proxmox npm[4123739]: at #cachedDefaultResolve (node:internal/modules/esm/loader:755:20)
Oct 04 15:39:18 proxmox npm[4123739]: at ModuleLoader.resolve (node:internal/modules/esm/loader:732:38)
Oct 04 15:39:18 proxmox npm[4123739]: at ModuleLoader.getModuleJobForImport (node:internal/modules/esm/loader:317:38)
Oct 04 15:39:18 proxmox npm[4123739]: at #link (node:internal/modules/esm/module_job:208:49) {
Oct 04 15:39:18 proxmox npm[4123739]: code: 'ERR_MODULE_NOT_FOUND'
Oct 04 15:39:18 proxmox npm[4123739]: }
Oct 04 15:39:18 proxmox npm[4123739]: Node.js v24.9.0
🖼️ Additional context (optional).
After installing my proxmox went weird and there were a lot of errors in the log.
How to safely uninstall / removing this local-pve? its not working at all..
thanks!
@michelroegl-brunner commented on GitHub (Oct 6, 2025):
npm uninstall removes all npm dependencies.