Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Install Angular in Ubuntu

# Pre-requisites
sudo apt-get install software-properties-common
sudo apt-get install curl
curl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash -
sudo apt-get install nodejs

# verify the installation, view the version of Node.js and NPM
node --version / node -v, npm -v

# Install Angular
npm install -g @angular/cli

# verify the installation, check the version of Angular
# (Source:https://angular.io/cli/version)
ng --v/ ng version 
ng --version/ng version

# If NodeJs vsersion is too old
# Node.js version v13.14.0 detected.
# The Angular CLI requires a minimum Node.js version of either v14.15, or v16.10.
sudo npm install -g n
sudo n lts

Comment

angular cli install ubuntu

sudo npm install -g @angular/clisudo ng --version
Comment

install angular ubuntu

sudo npm install -g @angular/cli
Comment

PREVIOUS NEXT
Code Example
Shell :: bash delete file 
Shell :: git archive 
Shell :: command to find a file or directory in the current directory 
Shell :: bash check if string contains substring 
Shell :: localhost ssl 
Shell :: git lang 
Shell :: afficher le contenu de la variable path 
Shell :: rsync only updated files 
Shell :: surge flutter web 
Shell :: ngrok start server 
Shell :: npm dotenv 
Shell :: kubectl exec run command inside pod 
Shell :: git command line discard changes 
Shell :: macos make file executable 
Shell :: make file powershell 
Shell :: ubunto give permission for a user 
Shell :: ERR_NO_CERTIFICATES: Encountered adb error: NoCertificates. ionic 
Shell :: linux no internet connection 
Shell :: bash if 
Shell :: change username and home directory linux 
Shell :: fatal: invalid gitfile format 
Shell :: how to push another account git 
Shell :: bash random int 
Shell :: remove mongo lock file from centos 7 
Shell :: git pull override local changes 
Shell :: failed to start openbsd secure shell server 
Shell :: bash upgrade cmake (From Source) 
Shell :: install ruby on ubuntu 
Shell :: php extension php.ini 
Shell :: install node_modules 
ADD CONTENT
Topic
Content
Source link
Name
4+7 =