Tandoor incompatible version node #439

Closed
opened 2026-02-04 18:54:23 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @iNaiks on GitHub (Feb 4, 2025).

Have you read and understood the above guidelines?

yes

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

Tandoor Recipes LXC

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

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

📝 Provide a clear and concise description of the issue.

Hi,
I've problems to install Tandoor, when I run the script, after yarn install v1.22.22 appears an error for the node version

yarn install v1.22.22
[1/4] Resolving packages...
[2/4] Fetching packages...
error @achrinza/node-ipc@9.2.7: The engine "node" is incompatible with this module. Expected version "8 || 9 || 10 || 11 || 12 || 13 || 14 || 15 || 16 || 17 || 18 || 19 || 20". Got "22.13.1"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

[ERROR] in line 61: exit code 0: while executing command $STD yarn install

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

🔄 Steps to reproduce the issue.

Run the script with default and advanced mode.

Paste the full error output (if available).

yarn install v1.22.22
[1/4] Resolving packages...
[2/4] Fetching packages...
error @achrinza/node-ipc@9.2.7: The engine "node" is incompatible with this module. Expected version "8 || 9 || 10 || 11 || 12 || 13 || 14 || 15 || 16 || 17 || 18 || 19 || 20". Got "22.13.1"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

🖼️ Additional context (optional).

No response

Originally created by @iNaiks on GitHub (Feb 4, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Tandoor Recipes LXC ### 📂 What was the exact command used to execute the script? bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/tandoor.sh)" ### 📝 Provide a clear and concise description of the issue. Hi, I've problems to install Tandoor, when I run the script, after yarn install v1.22.22 appears an error for the node version ``` yarn install v1.22.22 [1/4] Resolving packages... [2/4] Fetching packages... error @achrinza/node-ipc@9.2.7: The engine "node" is incompatible with this module. Expected version "8 || 9 || 10 || 11 || 12 || 13 || 14 || 15 || 16 || 17 || 18 || 19 || 20". Got "22.13.1" error Found incompatible module. info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command. [ERROR] in line 61: exit code 0: while executing command $STD yarn install ``` ### ⚙️ What settings are you using? - [ ] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 🔄 Steps to reproduce the issue. Run the script with default and advanced mode. ### ❌ Paste the full error output (if available). yarn install v1.22.22 [1/4] Resolving packages... [2/4] Fetching packages... error @achrinza/node-ipc@9.2.7: The engine "node" is incompatible with this module. Expected version "8 || 9 || 10 || 11 || 12 || 13 || 14 || 15 || 16 || 17 || 18 || 19 || 20". Got "22.13.1" error Found incompatible module. info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command. ### 🖼️ Additional context (optional). _No response_
Author
Owner

@iNaiks commented on GitHub (Feb 4, 2025):

Thanks!!! Work like a charm!!

@iNaiks commented on GitHub (Feb 4, 2025): Thanks!!! Work like a charm!!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#439