Node module missing #564

Closed
opened 2026-02-04 19:52:47 +03:00 by OVERLORD · 4 comments
Owner

Originally created by @Geronimo2015 on GitHub (Feb 28, 2025).

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

flowiseai

📂 What was the exact command used to execute the script?

bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/flowiseai.sh)"

📝 Provide a clear and concise description of the issue.

After installation service refuses to start.

Errors in log:

Feb 28 16:36:02 flowiseai systemd[1]: flowise.service: Main process exited, code=exited, status=1/FAILURE
Feb 28 16:36:02 flowiseai systemd[1]: flowise.service: Failed with result 'exit-code'.
Feb 28 16:36:02 flowiseai systemd[1]: flowise.service: Consumed 1.122s CPU time.
Feb 28 16:36:02 flowiseai systemd[1]: flowise.service: Scheduled restart job, restart counter is at 3.
Feb 28 16:36:02 flowiseai systemd[1]: Stopped flowise.service - FlowiseAI.
Feb 28 16:36:02 flowiseai systemd[1]: flowise.service: Consumed 1.122s CPU time.
Feb 28 16:36:02 flowiseai systemd[1]: Started flowise.service - FlowiseAI.
Feb 28 16:36:03 flowiseai npx[12245]:  ›   ModuleLoadError: [MODULE_NOT_FOUND] require failed to load
Feb 28 16:36:03 flowiseai npx[12245]:  ›   /usr/lib/node_modules/flowise/dist/commands/start.js: Cannot find module
Feb 28 16:36:03 flowiseai npx[12245]:  ›   '@opentelemetry/exporter-trace-otlp-grpc'
Feb 28 16:36:03 flowiseai npx[12245]:  ›   Require stack:
Feb 28 16:36:03 flowiseai npx[12245]:  ›   - /usr/lib/node_modules/flowise/node_modules/flowise-components/dist/src/h
Feb 28 16:36:03 flowiseai npx[12245]:  ›   andler.js
Feb 28 16:36:03 flowiseai npx[12245]:  ›   - /usr/lib/node_modules/flowise/node_modules/flowise-components/dist/src/i
Feb 28 16:36:03 flowiseai npx[12245]:  ›   ndex.js
Feb 28 16:36:03 flowiseai npx[12245]:  ›   - /usr/lib/node_modules/flowise/dist/utils/index.js
Feb 28 16:36:03 flowiseai npx[12245]:  ›   - /usr/lib/node_modules/flowise/dist/index.js
Feb 28 16:36:03 flowiseai npx[12245]:  ›   - /usr/lib/node_modules/flowise/dist/commands/start.js
Feb 28 16:36:03 flowiseai npx[12245]:  ›   - /usr/lib/node_modules/flowise/node_modules/@oclif/core/lib/module-loader
Feb 28 16:36:03 flowiseai npx[12245]:  ›   .js
Feb 28 16:36:03 flowiseai npx[12245]:  ›   - /usr/lib/node_modules/flowise/node_modules/@oclif/core/lib/config/plugin
Feb 28 16:36:03 flowiseai npx[12245]:  ›   .js
Feb 28 16:36:03 flowiseai npx[12245]:  ›   - /usr/lib/node_modules/flowise/node_modules/@oclif/core/lib/config/config
Feb 28 16:36:03 flowiseai npx[12245]:  ›   .js
Feb 28 16:36:03 flowiseai npx[12245]:  ›   -
Feb 28 16:36:03 flowiseai npx[12245]:  ›   /usr/lib/node_modules/flowise/node_modules/@oclif/core/lib/config/index.js
Feb 28 16:36:03 flowiseai npx[12245]:  ›   - /usr/lib/node_modules/flowise/node_modules/@oclif/core/lib/command.js
Feb 28 16:36:03 flowiseai npx[12245]:  ›   - /usr/lib/node_modules/flowise/node_modules/@oclif/core/lib/index.js
Feb 28 16:36:03 flowiseai npx[12245]:  ›   - /usr/lib/node_modules/flowise/bin/run
Feb 28 16:36:03 flowiseai npx[12245]:  ›   Code: MODULE_NOT_FOUND

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

No response

🔄 Steps to reproduce the issue.

Install on Proxmox using bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/flowiseai.sh)"

Paste the full error output (if available).

ModuleLoadError: [MODULE_NOT_FOUND] require failed to load
Feb 28 16:36:03 flowiseai npx[12245]: › /usr/lib/node_modules/flowise/dist/commands/start.js: Cannot find module
Feb 28 16:36:03 flowiseai npx[12245]: › '@opentelemetry/exporter-trace-otlp-grpc'

🖼️ Additional context (optional).

No response

Originally created by @Geronimo2015 on GitHub (Feb 28, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? flowiseai ### 📂 What was the exact command used to execute the script? bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/flowiseai.sh)" ### 📝 Provide a clear and concise description of the issue. After installation service refuses to start. Errors in log: ``` Feb 28 16:36:02 flowiseai systemd[1]: flowise.service: Main process exited, code=exited, status=1/FAILURE Feb 28 16:36:02 flowiseai systemd[1]: flowise.service: Failed with result 'exit-code'. Feb 28 16:36:02 flowiseai systemd[1]: flowise.service: Consumed 1.122s CPU time. Feb 28 16:36:02 flowiseai systemd[1]: flowise.service: Scheduled restart job, restart counter is at 3. Feb 28 16:36:02 flowiseai systemd[1]: Stopped flowise.service - FlowiseAI. Feb 28 16:36:02 flowiseai systemd[1]: flowise.service: Consumed 1.122s CPU time. Feb 28 16:36:02 flowiseai systemd[1]: Started flowise.service - FlowiseAI. Feb 28 16:36:03 flowiseai npx[12245]: › ModuleLoadError: [MODULE_NOT_FOUND] require failed to load Feb 28 16:36:03 flowiseai npx[12245]: › /usr/lib/node_modules/flowise/dist/commands/start.js: Cannot find module Feb 28 16:36:03 flowiseai npx[12245]: › '@opentelemetry/exporter-trace-otlp-grpc' Feb 28 16:36:03 flowiseai npx[12245]: › Require stack: Feb 28 16:36:03 flowiseai npx[12245]: › - /usr/lib/node_modules/flowise/node_modules/flowise-components/dist/src/h Feb 28 16:36:03 flowiseai npx[12245]: › andler.js Feb 28 16:36:03 flowiseai npx[12245]: › - /usr/lib/node_modules/flowise/node_modules/flowise-components/dist/src/i Feb 28 16:36:03 flowiseai npx[12245]: › ndex.js Feb 28 16:36:03 flowiseai npx[12245]: › - /usr/lib/node_modules/flowise/dist/utils/index.js Feb 28 16:36:03 flowiseai npx[12245]: › - /usr/lib/node_modules/flowise/dist/index.js Feb 28 16:36:03 flowiseai npx[12245]: › - /usr/lib/node_modules/flowise/dist/commands/start.js Feb 28 16:36:03 flowiseai npx[12245]: › - /usr/lib/node_modules/flowise/node_modules/@oclif/core/lib/module-loader Feb 28 16:36:03 flowiseai npx[12245]: › .js Feb 28 16:36:03 flowiseai npx[12245]: › - /usr/lib/node_modules/flowise/node_modules/@oclif/core/lib/config/plugin Feb 28 16:36:03 flowiseai npx[12245]: › .js Feb 28 16:36:03 flowiseai npx[12245]: › - /usr/lib/node_modules/flowise/node_modules/@oclif/core/lib/config/config Feb 28 16:36:03 flowiseai npx[12245]: › .js Feb 28 16:36:03 flowiseai npx[12245]: › - Feb 28 16:36:03 flowiseai npx[12245]: › /usr/lib/node_modules/flowise/node_modules/@oclif/core/lib/config/index.js Feb 28 16:36:03 flowiseai npx[12245]: › - /usr/lib/node_modules/flowise/node_modules/@oclif/core/lib/command.js Feb 28 16:36:03 flowiseai npx[12245]: › - /usr/lib/node_modules/flowise/node_modules/@oclif/core/lib/index.js Feb 28 16:36:03 flowiseai npx[12245]: › - /usr/lib/node_modules/flowise/bin/run Feb 28 16:36:03 flowiseai npx[12245]: › Code: MODULE_NOT_FOUND ``` ### ⚙️ What settings are you using? - [ ] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? _No response_ ### 🔄 Steps to reproduce the issue. Install on Proxmox using bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/flowiseai.sh)" ### ❌ Paste the full error output (if available). ModuleLoadError: [MODULE_NOT_FOUND] require failed to load Feb 28 16:36:03 flowiseai npx[12245]: › /usr/lib/node_modules/flowise/dist/commands/start.js: Cannot find module Feb 28 16:36:03 flowiseai npx[12245]: › '@opentelemetry/exporter-trace-otlp-grpc' ### 🖼️ Additional context (optional). _No response_
OVERLORD added the bug label 2026-02-04 19:52:47 +03:00
Author
Owner

@Geronimo2015 commented on GitHub (Feb 28, 2025):

Installing following makes it start:

npm install --global @opentelemetry/exporter-trace-otlp-grpc
npm install --global @opentelemetry/exporter-trace-otlp-proto
npm install --global @opentelemetry/sdk-trace-node
npm install --global langchainhub
@Geronimo2015 commented on GitHub (Feb 28, 2025): Installing following makes it start: ``` npm install --global @opentelemetry/exporter-trace-otlp-grpc npm install --global @opentelemetry/exporter-trace-otlp-proto npm install --global @opentelemetry/sdk-trace-node npm install --global langchainhub ```
Author
Owner

@tremor021 commented on GitHub (Mar 1, 2025):

Image
Dunno, works fine here

@tremor021 commented on GitHub (Mar 1, 2025): ![Image](https://github.com/user-attachments/assets/7c631e97-4ac8-45ea-a77a-e0badc97f93c) Dunno, works fine here
Author
Owner

@michelroegl-brunner commented on GitHub (Mar 1, 2025):

Yeah this is not a script issue.

@michelroegl-brunner commented on GitHub (Mar 1, 2025): Yeah this is not a script issue.
Author
Owner

@helpuswithai commented on GitHub (Mar 8, 2025):

I had to add these packages as well to get the WebUI to load

Installing following makes it start:

npm install --global @opentelemetry/exporter-trace-otlp-grpc
npm install --global @opentelemetry/exporter-trace-otlp-proto
npm install --global @opentelemetry/sdk-trace-node
npm install --global langchainhub
@helpuswithai commented on GitHub (Mar 8, 2025): I had to add these packages as well to get the WebUI to load > Installing following makes it start: > > ``` > npm install --global @opentelemetry/exporter-trace-otlp-grpc > npm install --global @opentelemetry/exporter-trace-otlp-proto > npm install --global @opentelemetry/sdk-trace-node > npm install --global langchainhub > ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#564