Horje
install latest node on centos Code Example
install latest node on centos
yum install -y gcc-c++ make 
# v16
curl -sL https://rpm.nodesource.com/setup_16.x | sudo -E bash -
# v14
# curl -sL https://rpm.nodesource.com/setup_14.x | sudo -E bash - 
yum install nodejs
node -v
Source: tecadmin.net
How to install npm in centos
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
source ~/.bash_profile
nvm list-remote
Source: linuxize.com




Shell

Related
roll back laravel Code Example roll back laravel Code Example
artisan rollback one migration Code Example artisan rollback one migration Code Example
migration rollback step 1 Code Example migration rollback step 1 Code Example
you need to resolve your current index first Code Example you need to resolve your current index first Code Example
error: you need to resolve your current index first git Code Example error: you need to resolve your current index first git Code Example

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