Tandoor Recipes LXC Install Script fails #150

Closed
opened 2026-02-04 16:51:03 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @jwlrie on GitHub (Dec 8, 2024).

Please verify that you have read and understood the guidelines.

yes

A clear and concise description of the issue.

I have tried the script to install Tandoor Recipe. The script will exit at the following line:

[ERROR] in line 53: exit code 0: while executing command $STD npm install -g yarn

Prior to this I see:

Unpacking nodejs (20.18.1-1nodesource1) ...
-Setting up nodejs (20.18.1-1nodesource1) ...
Processing triggers for man-db (2.11.2-2) ...
npm error code E404
npm error 404 Not Found - GET https://registry.npmjs.org/yarn - Not found
npm error 404
npm error 404 'yarn@*' is not in this registry.
npm error 404
npm error 404 Note that you can also install from a
npm error 404 tarball, folder, http url, or git url.
npm error A complete log of this run can be found in: /root/.npm/_logs/2024-12-08T18_27_12_359Z-debug-0.log

What settings are you currently utilizing?

  • Default Settings
  • Advanced Settings

Which Linux distribution are you employing?

Debian 12

If relevant, including screenshots or a code block can be helpful in clarifying the issue.

No response

Please provide detailed steps to reproduce the issue.

I run the script on Proxmox 8.3.1 PVE shell.

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

Originally created by @jwlrie on GitHub (Dec 8, 2024). ### Please verify that you have read and understood the guidelines. yes ### A clear and concise description of the issue. I have tried the script to install Tandoor Recipe. The script will exit at the following line: [ERROR] in line 53: exit code 0: while executing command $STD npm install -g yarn Prior to this I see: Unpacking nodejs (20.18.1-1nodesource1) ... -Setting up nodejs (20.18.1-1nodesource1) ... Processing triggers for man-db (2.11.2-2) ... npm error code E404 npm error 404 Not Found - GET https://registry.npmjs.org/yarn - Not found npm error 404 npm error 404 'yarn@*' is not in this registry. npm error 404 npm error 404 Note that you can also install from a npm error 404 tarball, folder, http url, or git url. npm error A complete log of this run can be found in: /root/.npm/_logs/2024-12-08T18_27_12_359Z-debug-0.log ### What settings are you currently utilizing? - [X] Default Settings - [ ] Advanced Settings ### Which Linux distribution are you employing? Debian 12 ### If relevant, including screenshots or a code block can be helpful in clarifying the issue. _No response_ ### Please provide detailed steps to reproduce the issue. I run the script on Proxmox 8.3.1 PVE shell. bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/tandoor.sh)"
Author
Owner

@MickLesk commented on GitHub (Dec 9, 2024):

DNS Error? Yarn package cant be downloaded

@MickLesk commented on GitHub (Dec 9, 2024): DNS Error? Yarn package cant be downloaded
Author
Owner

@jwlrie commented on GitHub (Dec 9, 2024):

Possibly. I tried the script again this morning and it worked so no changes on my end. Looks like https://registry.npmjs.org/yarn couldn't be reached temporarily. Thanks for the suggestion.

@jwlrie commented on GitHub (Dec 9, 2024): Possibly. I tried the script again this morning and it worked so no changes on my end. Looks like https://registry.npmjs.org/yarn couldn't be reached temporarily. Thanks for the suggestion.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#150