Horje
npm install on Termux Code Example
npm install on Termux
// system update, there could be changes to the state of store version
apt-get update && apt-get upgrade

//check linux version ( 2021.01.19. current:  apt/stable 2.1.15, Linux 4.4.23+)
termux-info

// Access Android and Chrome hardware features.
apt install termux-api

// install nodejs
apt install nodejs

//check npm version ( 2021.01.19. current:  6.14.10)
npm -v

// check node version (current: v14.15.4)
node -v




Shell

Related
An error occurred while installing capybara-webkit (1.15.1), and Bundler cannot continue. Code Example An error occurred while installing capybara-webkit (1.15.1), and Bundler cannot continue. Code Example
upgrade armbian Code Example upgrade armbian Code Example
github/hacksofteare Code Example github/hacksofteare Code Example
ubuntu change to thunar Code Example ubuntu change to thunar Code Example
how to open current terminal directory in file explorer Code Example how to open current terminal directory in file explorer Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10