How to uninstall / remove all dependencies? #4

Closed
opened 2025-11-20 04:11:49 -05:00 by saavagebueno · 1 comment
Owner

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!

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!
saavagebueno added the bug label 2025-11-20 04:11:49 -05:00
Author
Owner

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

npm uninstall removes all npm dependencies.

@michelroegl-brunner commented on GitHub (Oct 6, 2025): npm uninstall removes all npm dependencies.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE-Local#4