Replies: 2 comments 9 replies
-
I run natively. And thats how development is done too. As for the commands failing thing, did you install yarn? |
Beta Was this translation helpful? Give feedback.
-
Hi, Thanks, for the help, I got a little further, some additonal steps that I had to take (this was on Ubuntu) in additon to the above: Once this completed and running yarn build, yarn start fails with the error: SyntaxError: Unexpected token '.' I cannot seem to be able to get past this now. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I wanted to see if anyone has tried to install jellyseerr on linux in a non docker container environment ?
I've followed these steps:
git clone https://github.com/Fallenbagel/jellyseerr.git && cd jellyseerr
git checkout main #if you want to run stable instead of develop
yarn install
yarn run build
yarn start
But the following commands fail to execute:
yarn install
yarn run build
Beta Was this translation helpful? Give feedback.
All reactions