Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to install nodejs, ffmpeg, imagemagick, and git in replit #148

Open
botstylee opened this issue Dec 7, 2021 · 33 comments
Open

How to install nodejs, ffmpeg, imagemagick, and git in replit #148

botstylee opened this issue Dec 7, 2021 · 33 comments
Labels
documentation Improvements or additions to documentation FIX the bug or feature has been fixed or finished good first issue Good for newcomers

Comments

@botstylee
Copy link
Contributor

Buat kalian yang gak paham run bot 24jam di replit atau gak kebaca modul kayak imagemagick maupun ffmpeg langsung aja chat gw nanti gw kasih step untuk menggunakan replitnya

@sn0wflakes
Copy link

imagemagick bisa di install di replit gan? kalau bisa boleh minta tutorialnya ga gan ? terimakasih

@botstylee
Copy link
Contributor Author

imagemagick bisa di install di replit gan? kalau bisa boleh minta tutorialnya ga gan ? terimakasih

Mudah sekali gan Anda pake yg nix Beta jangan yg javascript

@BochilGaming
Copy link
Owner

BochilGaming commented Dec 10, 2021

English

  1. create a new replit using nix-beta
  2. replace the replit.nix file with
{ pkgs }: {
    deps = [
        pkgs.nodejs
        pkgs.nodePackages.typescript
        pkgs.ffmpeg
        pkgs.imagemagick
        pkgs.git
    ];
}
  1. replace .replit file with
run = "npm i && node index.js --server"
  1. please upload your bot file to replit
  2. run :)

Indonesia

  1. buat replit baru menggunakan nix-beta
  2. ganti file replit.nix dengan
{ pkgs }: {
    deps = [
        pkgs.nodejs
        pkgs.nodePackages.typescript
        pkgs.ffmpeg
        pkgs.imagemagick
        pkgs.git
    ];
}
  1. ganti .replit file dengan
run = "npm i && node index.js --server"
  1. silahkan aploud file bot kalian ke replit
  2. jalankan :)

@BochilGaming BochilGaming changed the title Run replit How to install nodejs, ffmpeg, imagemagick, and git in replit Dec 10, 2021
@BochilGaming BochilGaming added documentation Improvements or additions to documentation FIX the bug or feature has been fixed or finished good first issue Good for newcomers labels Dec 10, 2021
@BochilGaming BochilGaming pinned this issue Dec 10, 2021
@sn0wflakes
Copy link

> @adiwajshing/[email protected] prepack /home/runner/.npm/_cacache/tmp/git-clone-a7ab33a3
> npm i -g typescript && npm i --save-dev @types/node @types/long -f && npm i && tsc

npm WARN checkPermissions Missing write access to /nix/store/d0z9k8dpd4ryalfmnyaahybri8p49ibs-nodejs-14.17.5/lib/node_modules
npm ERR! code EACCES
npm ERR! syscall access
npm ERR! path /nix/store/d0z9k8dpd4ryalfmnyaahybri8p49ibs-nodejs-14.17.5/lib/node_modules
npm ERR! errno -13
npm ERR! Error: EACCES: permission denied, access '/nix/store/d0z9k8dpd4ryalfmnyaahybri8p49ibs-nodejs-14.17.5/lib/node_modules'
npm ERR!  [Error: EACCES: permission denied, access '/nix/store/d0z9k8dpd4ryalfmnyaahybri8p49ibs-nodejs-14.17.5/lib/node_modules'] {
npm ERR!   errno: -13,
npm ERR!   code: 'EACCES',
npm ERR!   syscall: 'access',
npm ERR!   path: '/nix/store/d0z9k8dpd4ryalfmnyaahybri8p49ibs-nodejs-14.17.5/lib/node_modules'
npm ERR! }
npm ERR! 
npm ERR! The operation was rejected by your operating system.
npm ERR! It is likely you do not have the permissions to access this file as the current user
npm ERR! 
npm ERR! If you believe this might be a permissions issue, please double-check the
npm ERR! permissions of the file and its containing directories, or try running
npm ERR! the command again as root/Administrator.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/runner/.npm/_logs/2021-12-10T15_33_58_762Z-debug.log
npm WARN Local package.json exists, but node_modules missing, did you mean to install?
npm ERR! premature close

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/runner/.npm/_logs/20

@sn0wflakes
Copy link

gagal buat install modules nya min, apakah harus upload modules manual ?

@BochilGaming
Copy link
Owner

coba pakek replit.nix yang baru seperti #148 (comment)

@Adiixyz
Copy link
Contributor

Adiixyz commented Dec 11, 2021

pake install-pkg

@botstylee
Copy link
Contributor Author

Creat bot jangan pake yg nodejs tapi cari yg nix Beta kalo udah langsung cari command nya yg mau Lo install modul di https://search.nixos.org/packages?channel=21.05&show=nodejs-16_x&from=0&size=50&sort=relevance&type=packages&query=Nodejs

@peraaxd
Copy link

peraaxd commented Dec 19, 2021

Buat kalian yang gak paham run bot 24jam di replit atau gak kebaca modul kayak imagemagick maupun ffmpeg langsung aja chat gw nanti gw kasih step untuk menggunakan replitnya

Tapi bang pas ku run lewat replit sering mati sendiri.. itu gimana cara fix nya yh

@Adiixyz
Copy link
Contributor

Adiixyz commented Dec 19, 2021

Buat kalian yang gak paham run bot 24jam di replit atau gak kebaca modul kayak imagemagick maupun ffmpeg langsung aja chat gw nanti gw kasih step untuk menggunakan replitnya

Tapi bang pas ku run lewat replit sering mati sendiri.. itu gimana cara fix nya yh

y jangan tutup browser

@BochilGaming
Copy link
Owner

BochilGaming commented Dec 19, 2021

Atau bisa di ping web nya pakek uptime robot

@septianhari
Copy link

cara pasang bot wa grup yg klw member kluar muncul poto profilenya gmna?

@BochilGaming
Copy link
Owner

cara pasang bot wa grup yg klw member kluar muncul poto profilenya gmna?

ketik
/enable welcome
di group yang mau ada welcome/left

@septianhari
Copy link

drop ini /enable welcome dmnanya min?

@BochilGaming
Copy link
Owner

drop ini /enable welcome dmnanya min?

Ketik di group whatsapp yang mau di enable itu nya

@unx21
Copy link
Contributor

unx21 commented Dec 21, 2021

drop ini /enable welcome dmnanya min?

Ketik di group whatsapp yang mau di enable itu nya

aku ketik di chatnya,? seperti chat biasa?

Ketik di grup tempat member keluar masuk tuh

@sn0wflakes
Copy link

Buat kalian yang gak paham run bot 24jam di replit atau gak kebaca modul kayak imagemagick maupun ffmpeg langsung aja chat gw nanti gw kasih step untuk menggunakan replitnya

Tapi bang pas ku run lewat replit sering mati sendiri.. itu gimana cara fix nya yh

Bisa pake uptimerobot.com,, nanti link yang ada di replit di copy terus di tambah monitoring di uptimerobot, set intervalnya bisa pake yg 5 menit.

@septianhari
Copy link

chat via mna bang?

@peraaxd
Copy link

peraaxd commented Dec 24, 2021

Buat kalian yang gak paham run bot 24jam di replit atau gak kebaca modul kayak imagemagick maupun ffmpeg langsung aja chat gw nanti gw kasih step untuk menggunakan replitnya

Tapi bang pas ku run lewat replit sering mati sendiri.. itu gimana cara fix nya yh

Bisa pake uptimerobot.com,, nanti link yang ada di replit di copy terus di tambah monitoring di uptimerobot, set intervalnya bisa pake yg 5 menit.

Udah sama aja kadang sekitar 1-2 hari mati sendiri

@peraaxd
Copy link

peraaxd commented Dec 24, 2021

Buat kalian yang gak paham run bot 24jam di replit atau gak kebaca modul kayak imagemagick maupun ffmpeg langsung aja chat gw nanti gw kasih step untuk menggunakan replitnya

Tapi bang pas ku run lewat replit sering mati sendiri.. itu gimana cara fix nya yh

Bisa pake uptimerobot.com,, nanti link yang ada di replit di copy terus di tambah monitoring di uptimerobot, set intervalnya bisa pake yg 5 menit.

Udah sama aja kadang sekitar 1-2 hari mati sendiri

IMG-20211224-WA0135

Mati kayak gini

@BochilGaming
Copy link
Owner

Hmmmm........ kasus yang sulit tapi w dah pernah liat exit itu tapi gtw knp, aku gk pernah

@botstylee
Copy link
Contributor Author

Kalo saya lewat aplikasi bukan dari web kalo mau download di playstor juga ada

@botstylee
Copy link
Contributor Author

Screenshot_2021-12-27-16-39-13-47
Aman dan lancar walaupun saya close aplikasinya SC itu tetap ke run

@natxdixie
Copy link

Buat kalian yang gak paham run bot 24jam di replit atau gak kebaca modul kayak imagemagick maupun ffmpeg langsung aja chat gw nanti gw kasih step untuk menggunakan replitnya

bang tutor modul ffmpeg ga kebaca

@BochilGaming
Copy link
Owner

BochilGaming commented Feb 10, 2022

English

  1. create a new replit using nix-beta
  2. replace the replit.nix file with
{ pkgs }: {
    deps = [
        pkgs.nodejs
        pkgs.nodePackages.typescript
        pkgs.ffmpeg
        pkgs.imagemagick
        pkgs.git
    ];
}
  1. replace .replit file with
run = "npm i && node index.js --server"
  1. please upload your bot file to replit
  2. run :)

Indonesia

  1. buat replit baru menggunakan nix-beta
  2. ganti file replit.nix dengan
{ pkgs }: {
    deps = [
        pkgs.nodejs
        pkgs.nodePackages.typescript
        pkgs.ffmpeg
        pkgs.imagemagick
        pkgs.git
    ];
}
  1. ganti .replit file dengan
run = "npm i && node index.js --server"
  1. silahkan aploud file bot kalian ke replit
  2. jalankan :)

Ini ada code uptimenya ga sih? Yang dimasukin ke main.js/index.js ? Kadang suka mati sendiri soalnya.

pakek run = "npm i && node index.js --server" di .replit nanti ada web nya, tapi harus di ping pakek uptime robot

@JOHNATHAN-HU
Copy link

Can someone reach out to me and tell me how to code a bot 18763462710

@hekerin
Copy link

hekerin commented Mar 8, 2022

Buat kalian yang gak paham run bot 24jam di replit atau gak kebaca modul kayak imagemagick maupun ffmpeg langsung aja chat gw nanti gw kasih step untuk menggunakan replitnya

iya bang mana nomor wangsaf nya biar gw lebih mudah bertanya

@Netshh
Copy link

Netshh commented Apr 10, 2022

Buat kalian yang gak paham run bot 24jam di replit atau gak kebaca modul kayak imagemagick maupun ffmpeg langsung aja chat gw nanti gw kasih step untuk menggunakan replitnya

Screenshot_2022-04-10-13-42-35-769_com android chrome

Gimana ni bang?

@ZackMans
Copy link

English

  1. create a new replit using nix-beta
  2. replace the replit.nix file with
{ pkgs }: {
    deps = [
        pkgs.nodejs
        pkgs.nodePackages.typescript
        pkgs.ffmpeg
        pkgs.imagemagick
        pkgs.git
    ];
}
  1. replace .replit file with
run = "npm i && node index.js --server"
  1. please upload your bot file to replit
  2. run :)

Indonesia

  1. buat replit baru menggunakan nix-beta
  2. ganti file replit.nix dengan
{ pkgs }: {
    deps = [
        pkgs.nodejs
        pkgs.nodePackages.typescript
        pkgs.ffmpeg
        pkgs.imagemagick
        pkgs.git
    ];
}
  1. ganti .replit file dengan
run = "npm i && node index.js --server"
  1. silahkan aploud file bot kalian ke replit
  2. jalankan :)

@ZackMans
Copy link

Screenshot_2022-04-18-18-48-43-805_com android chrome
min ini kenapa ya min? kalo yang imagemagick bs

@BochilGaming
Copy link
Owner

Screenshot_2022-04-18-18-48-43-805_com android chrome min ini kenapa ya min? kalo yang imagemagick bs

libwebp gk keinstall atau gimana, pokoknya tentang ffmpeg di libwebp

@ZackMans
Copy link

boleh minta wa nya gk biar gampang nanya"nya

@Bintangp02
Copy link
Contributor

Cara menyelesaikan libwebp giaman ya @BochilGaming bantu wkwk ngk hanya ini script sebalah sama kasus nya

Mksh.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation FIX the bug or feature has been fixed or finished good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests