DEV Community

duckeydev
duckeydev

Posted on

Installing NodeJS In Termux

How do you install NodeJS?

Run pkg update -y && pkg upgrade -y && pkg install nodejs-lts
Check if its installed with node -v && npm -v

Issues

  • If termux doesn't work when running update and upgrade, make sure to have the F-Droid Version As the Termux From PlayStore is not updated.
  • Installing Better-Sqlite3 having issues while installing? Make sure to have the bin-utils package installed (pkg install bin-utils -y) and install yarn
  • If your home screen, lock screen stops working and dies and restarts and loops in that you should restart your phone as it is overloaded (Maybe Root Issue?)
  • Might Get Hot

Top comments (0)