[GH-ISSUE #18] How to uninstall / remove all dependencies? #4

Closed
opened 2026-02-26 12:39:54 +03:00 by kerem · 1 comment
Owner

Originally created by @Barry40 on GitHub (Oct 4, 2025).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE-Local/issues/18

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!

Originally created by @Barry40 on GitHub (Oct 4, 2025). Original GitHub issue: https://github.com/community-scripts/ProxmoxVE-Local/issues/18 ### ✅ 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!
kerem 2026-02-26 12:39:54 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@michelroegl-brunner commented on GitHub (Oct 6, 2025):

npm uninstall removes all npm dependencies.

<!-- gh-comment-id:3370093413 --> @michelroegl-brunner commented on GitHub (Oct 6, 2025): npm uninstall removes all npm dependencies.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE-Local#4
No description provided.