Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Angular CLI Ubuntu

sudo apt update
sudo apt install nodejs
sudo npm install -g @angular/cli
sudo ng --version
# Angular CLI should now be installed :)
Comment

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 :: install php on wsl2 
Shell :: get all remote branches 
Shell :: linux set env permanent 
Shell :: how to restart apache2 in ubuntu 20.04 
Shell :: Powershell Core server manager module 
Shell :: speed up video with ffmpeg 
Shell :: Git checkout remote branch in git 
Shell :: ubuntu server does not run scripts 
Shell :: install jq on windows 
Shell :: telegram desktop for linux 
Shell :: ubuntu install jq 
Shell :: how to get the folder size in linux 
Shell :: fail2ban apt 
Shell :: bash script: permission denied 
Shell :: npm install line awesome 
Shell :: osx copy output to clipboard terminal 
Shell :: change ownership of a directory in ubuntu 
Shell :: SSH for gitlab in ubuntu steps 
Shell :: git stash command with name 
Shell :: install autoconf macos 
Shell :: resolve git conflicts github button disabled 
Shell :: rm all except 
Shell :: how to install xeyes on ubuntu 
Shell :: windows 10 openssh server install failed 
Shell :: pull remote branches 
Shell :: git remove all tags 
Shell :: linux check ip address command 
Shell :: how to use traceroute command in ubuntu 
Shell :: how to install quick.db 
Shell :: direnv 
ADD CONTENT
Topic
Content
Source link
Name
9+7 =