Top

Laravel + Angular Documentation

Multikart offers stunning and one-of-a-kind website demos tailored to your grocery, bakery, and online store needs. With Multikart, you'll find everything you require to craft the ideal website for your business. Multikart - your all-in-one solution!

NodeJs & Angular CLI Install

Note: If Node.js and the Angular CLI are already installed, you can skip the prerequisites.

How to install Node.js and the Angular CLI

Certainly! Setting up Angular involves installing Node.js and the Angular CLI

We have used these versions for creating the project.

  • Angular Version 21.x.x
  • Node.js Version 24.x.x

Step 1: Install Node.js and npm

  1. Visit the official Node.js website https://nodejs.org/en and Download the recommended version for your operating system.
  2. Open a command prompt or terminal and Run the following commands to verify the installation
  3. node -v

Step 2: Install Angular CLI

  1. Ensure that you have administrative privileges (on Windows) or use sudo (on macOS/Linux).
  2. Run the following command to install the Angular CLI globally on your system:
  3. npm install -g @angular/cli  
  4. After the installation is complete, run the following command to verify that the Angular CLI is installed:
  5. ng --version