How to install on Proxmox LXC #388
-
Hello! As the title suggests I'm trying to install on Proxmox in a LXC container. When I'm trying to run the yarn commands it dosen't work. I assume it's because I have to write something different, but I really don't know what. For example:
I'm using Ubuntu, but could also change to debian if that's easier. Node.js version: v18.7.0 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Its because that's the wrong The yarn provided by the apt package manager is cmdlet (some other package) |
Beta Was this translation helpful? Give feedback.
-
Can you guys help? I am also installing in a proxmox LXC (as I can not get Radarr to connect no matter what, so I'm installing everything in one LXC) and on "yarn start" I'm getting `root@swizzin:~/jellyseerr# yarn start Error: Cannot find module '/root/jellyseerr/dist/index.js' Node.js v20.2.0 Any tips? Thanks! |
Beta Was this translation helpful? Give feedback.
-
This site has a great collection of things. Jellyseerr is one. @Stooovie Radarr too |
Beta Was this translation helpful? Give feedback.
I got it to work - thanks for the help! This program/service whatever you call it is super cool. Really nice work!
So first of all you have to do a
npm install -g yarn
to get the correct version of yarn. Then you have to use these commands to get the newest version of node.js