Closed jacpa2011 closed 5 months ago
What distribution and version of it are you using? (e.g. Ubuntu 22.04) and do you have the ability to do apt-get install?
On Wed, Jun 5, 2024, 7:43 PM Quanty @.***> wrote:
I know it's in README.md but this situation is more specific... it's a really strict Linux host server I'm trying to run in, I cannot run commands, only npm install but no specifications (like npm install [modulename] -- [spefics]) Are there any chromium files I can manually put in?
— Reply to this email directly, view it on GitHub https://github.com/realcoloride/node_characterai/issues/176, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZ4WO5LSL23PBGQ4OXCOX3TZF5E3HAVCNFSM6AAAAABI3F6SA6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGMZTMNBXHAZDSMA . You are receiving this because you are subscribed to this thread.Message ID: @.***>
I don't know.. all I know is that it's Linux and that's it
also like I said, I can't do apt-get installs since the only command I can do is npm install
(And also because there isn't any apt apparently)
It's using Pterodactyl though if that helps.
Maybe I could manually put in files? and then configure the path there.
I cannot help you without the information I asked for. Sorry.
I got the distribution and version! It's Ubuntu 22.04, I hope this helps you now.
Could you run $ which chromium-browser
and give me the output?
..once again for the third time, I cannot do ANY commands besides npm install
also, I'm pretty sure it would throw an error anyway since it doesn't have chromium.. at all
And I cannot access any other files (example: os files [excluding cmd]) except my own files with or without npm install
I think the only solution would be to just manually put the files in (like I suggested multiple times)
I don't know if its possible then. If you cannot check where chromium is located, installing programs on Linux isn't like on Windows. You cannot just copy and paste files and the program is installed sadly and I do not have any experience on Linux out of that scope.
Since this is not a node_characterai related problem, I will close this issue, but feel free to continue talking here or re-open one if it is related to node_characterai.
I know it's in README.md but this situation is more specific... it's a really strict Linux host server I'm trying to run in, I cannot run commands, only
npm install
but no specifications (likenpm install [modulename] -- [spefics]
) Are there any chromium files I can manually put in?