Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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
Comment

PREVIOUS NEXT
Code Example
Shell :: svelte getting started typescript 
Shell :: sed replace word with newline 
Shell :: failed to start high performance web server and reverse proxy 
Shell :: steps to sync branch to fork master? 
Shell :: how to delete branch on git 
Shell :: error: insufficient permission for adding an object to repository database .git/objects fatal: failed to write object fatal: unpack-objects failed 
Shell :: how to open files using terminal in ubuntu 
Shell :: ubuntu navigate to directory in windows 
Shell :: Start MySQL FreeBSD 
Shell :: move files from local to remote ssh 
Shell :: command used to install django cms 
Shell :: ionic 
Shell :: git flow sourcetree command 
Shell :: docker cmd multiple commands 
Shell :: git modify repository remote url 
Shell :: eliminare spooler di stampa 
Shell :: shtdown pi cli 
Shell :: to remove hidden repository 
Shell :: remove image docker 
Shell :: Test validator does not look started. 
Shell :: zsh: command not found: GDAL_LIBRARY_PATH 
Shell :: bash continue on error 
Shell :: bash grep 
Shell :: ubuntu history to file without line number 
Shell :: webp to png ubuntu command 
Shell :: remove inkscape 
Shell :: rst bash code block 
Shell :: windows 10 smb1 not working 
Shell :: re-entering top level after c stack overflow 
Shell :: batch number comparison 
ADD CONTENT
Topic
Content
Source link
Name
6+8 =