fuma-nama / discord-bot-dashboard-next

The Most Powerful Discord bot Dashboard Template
https://demo-bot.vercel.app
MIT License
177 stars 61 forks source link

facing issue to host backend server #35

Open Prasungoyal23 opened 11 months ago

Prasungoyal23 commented 11 months ago

hell i am using linux vps i have configured the backend server but how to run the server

fuma-nama commented 11 months ago

Just run it with the pnpm start command, you will have to install node.js first.

Prasungoyal23 commented 11 months ago

/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by node) when i am runing command pnpm start getting error when i am changing node version to 16 geting error of required 18. when using 18 getting GLIBC_2.28 and how to setup run server automatically when i disconnected the terminal

fuma-nama commented 11 months ago

Try installing node.js with nvm? apt-get sometimes download an outdated version of node.js