Script: FlowiseAI
Reported by: @yorkshirelandscape
Guidelines
- Read and understood guidelines: yes
- Verbose mode used: yes
Issue occurs during: Initial Creation / Installation
Environment
- Linux distribution: Debian
- Proxmox version: 9.1
- Default settings: Yes
- Advanced settings: No
- Exact command:
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/flowiseai.sh)"
Description
There's a point in the installation where it errors out saying that the user didn't respond to a prompt without ever offering the prompt. That seems like it's the result of a package not being found. I'll also note that it generates mountains of node package deprecation warnings during installation before it gets to this step. I figure that might be expected with this sort of thing, though.
Steps to reproduce
- Run the install script.
Error output
npm error code 254
npm error path /usr/lib/node_modules/flowise/node_modules/apify-client
npm error command failed
npm error command sh -c npx only-allow pnpm
npm error npm warn exec The following package was not found and will be installed: only-allow@1.2.2
npm error npm error code ENOENT
npm error npm error syscall open
npm error npm error path /root/.npm/_npx/0b83cd9ca5e1325c/package.json
npm error npm error errno -2
npm error npm error enoent Could not read package.json: Error: ENOENT: no such file or directory, open '/root/.npm/_npx/0b83cd9ca5e1325c/package.json'
npm error npm error enoent This is related to npm not being able to find a file.
npm error npm error enoent
npm error npm error A complete log of this run can be found in: /root/.npm/_logs/2026-05-08T10_48_02_459Z-debug-0.log
npm notice
npm notice New minor version of npm available! 11.11.0 -> 11.14.0
npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.14.0
npm notice To update run: npm install -g npm@11.14.0
npm notice
npm error A complete log of this run can be found in: /root/.npm/_logs/2026-05-08T10_44_40_075Z-debug-0.log
✖️ in line 19: exit code 254 (App: User declined prompt or input timed out): while executing command npm install -g flowise @opentelemetry/exporter-trace-otlp-grpc @opentelemetry/exporter-trace-otlp-proto @opentelemetry/sdk-trace-node langchainhub
Script: FlowiseAI
Reported by: @yorkshirelandscape
Guidelines
Issue occurs during: Initial Creation / Installation
Environment
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/flowiseai.sh)"Description
There's a point in the installation where it errors out saying that the user didn't respond to a prompt without ever offering the prompt. That seems like it's the result of a package not being found. I'll also note that it generates mountains of node package deprecation warnings during installation before it gets to this step. I figure that might be expected with this sort of thing, though.
Steps to reproduce
Error output