Maseshi / Shioru

🧸 (Discord) Your personal assistant that will make your discord never lonely again.
https://shiorus.web.app
MIT License
150 stars 22 forks source link

Hi how to fix this #72

Closed Quinnzy closed 1 year ago

Quinnzy commented 1 year ago

I host the bot on a host and got this error Screenshot_2023_0820_084340 Screenshot_2023_0820_084450 Screenshot_2023_0820_084502

Maseshi commented 1 year ago

The server seems to have incompletely installed the dependency. If possible, try deleting the node_modules folder and reinstalling all the dependency again. If you are using a container, try creating a new one.

# Linux
# Delete the node_modules folder.
sudo rm -r node_modules

then

npm install
Quinnzy commented 1 year ago

The server seems to have incompletely installed the dependency. If possible, try deleting the node_modules folder and reinstalling all the dependency again. If you are using a container, try creating a new one.

# Linux
# Delete the node_modules folder.
sudo rm -r node_modules

then

npm install

You know how to do that on a pterodactyl panel ?

Maseshi commented 1 year ago

The server seems to have incompletely installed the dependency. If possible, try deleting the node_modules folder and reinstalling all the dependency again. If you are using a container, try creating a new one.

# Linux
# Delete the node_modules folder.
sudo rm -r node_modules

then

npm install

You know how to do that on a pterodactyl panel ?

I see from your screenshot there is a command line in it. So try running this command on the command line to delete. node_modules and reinstall the depandancies.

IMG_20230820_154400.jpg

# Delete the node_modules folder.
sudo rm -r /home/container/node_modules

then

npm install

If you can't delete I recommend doing a google search for how to manage files on the server.

Quinnzy commented 1 year ago

The server seems to have incompletely installed the dependency. If possible, try deleting the node_modules folder and reinstalling all the dependency again. If you are using a container, try creating a new one.

# Linux
# Delete the node_modules folder.
sudo rm -r node_modules

then

npm install

You know how to do that on a pterodactyl panel ?

I cant do that right there but ill try to fix that, thank you btw :d