Merhabalar, Ubuntu server da discord botunu çalıştırmayı denedim fakat hata ile karşılaştım.
Hata: tvrgaat.png
Hata: tvrgaat.png
Follow along with the video below to see how to install our site as a web app on your home screen.
Not: This feature may not be available in some browsers.
UpdateMerhabalar, Ubuntu server da discord botunu çalıştırmayı denedim fakat hata ile karşılaştım.
Hata: tvrgaat.png
Yine hata verecektir tahminimce, çünkü paket yöneticisi nodejs bulamıyor.sudo apt-get install -y nodejs
bu kodu da dene bakalım.
root@ubuntu:/opt# sudo apt -get update
E: Command line option 'g' [from -get] is not understood in combination with the other options.
root@ubuntu:/opt# sudo apt-get install nodejs
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package nodejs
root@ubuntu:/opt# sudo apt-get install npm
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package npm
root@ubuntu:/opt#
Debian tabanlı dağıtımlarda indirmek için nodejs repo eklemeniz gerekir.
distributions/README.md at master · nodesource/distributions
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
Bu satır bunu yapar ve pgp tuşunu ekler, böylece buradaki gibi apt ile yükleyebilirsiniz:
sudo apt-get install -y nodejs
yine olmadı hocamsudo apt-get install -y nodejs
bu kodu da dene bakalım.
Dostum şunları denermisin belki olur @Pesacurl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
sudo apt-get install nodejs
sudo apt-get install -y build-essential
googldan buldum bir bak derim
Yada direk olarak şunları yap.
sudo apt install npm
sudo apt install nodejs
Ben böyle kurmuştum kendi sunucumda.
yine olmadı hocam
yok hocam olmuyorUbuntu Server Nodejs Hata
Merhabalar, Ubuntu server da discord botunu çalıştırmayı denedim fakat hata ile karşılaştım. Hata: tvrgaat.pngwww.turkhackteam.org
bu mesajımı oku ve dene dostum.