You are on page 1of 13

Angular

Software Setup
Software List

VSCode NodeJs
What is VSCode
Visual Studio Code is a lightweight but
powerful source code editor which runs on
your desktop and is available for Windows,
macOS and Linux. It comes with built-in
support for JavaScript, TypeScript and Node.js
and has a rich ecosystem of extensions for
other languages and runtimes (such as C++,
C#, Java, Python, PHP, Go, .NET).
H/w Requirement for VSCode
Disk Space : Minimum 500 MB
Recommended >500 MB

Processor : 1.6 GHz or faster processor

RAM : 1 GB of RAM
Platforms Requirement for VSCode
VS Code is supported on the following platforms:
1. OS X El Capitan (10.11+)
2. Windows 8.0, 8.1 and 10, 11 (32-bit and 64-bit)
3. Linux (Debian): Ubuntu Desktop 16.04, Debian 9
4. Linux (Red Hat): Red Hat Enterprise Linux 7, CentOS 7, Fedora 34
Additional Linux requirements
GLIBCXX version 3.4.21 or later
GLIBC version 2.17 or later
What’s Not Supported by VSCode
• VS Code does not support application virtualization solutions Microsoft
App-V or MSIX for Windows, or third-party app virtualization
technologies.
• Running VS Code in a virtual machine environment requires a full
operating system.
• VS Code does not support multiple simultaneous users using the
software on the same machine.
• Running the full VS Code in Windows/Linux containers is not supported
but running with the Dev Containers extension is supported.
What is NodeJs
Node.js is an
open source
Node.js is free
server
environment

Node.js runs on
various
Node.js uses
platforms
JavaScript on
(Windows,
the server
Linux, Unix,
Mac OS X, etc.)
System Requirements
•OS
• CentOS/RHEL 7.9, 8 and later
• Ubuntu 14.04 LTS, 16.04 LTS, 18.04 LTS, 20.04 LTS,
22.04 LTS
• Debian 9, 10, 11
• Windows
• macOS
•4 GB RAM
•10 GB free space
How to Install Angular CLI

npm install -g @angular/cli

You might also like