Skip to main content

Posts

Showing posts with the label Uninstall Node.js and NPM

Angular 4 Setup Guide for Development Environment!

Angular 4 Setup Guide  - Step 1. Setup the Development Environment 1.      Install Node.js and NPM  -If you are not already have on your machine! 2.      Then you Install the Angular CLI globally! npm install - g @ angular / cli Step 2 - Navigate to project directory and Create a new project! $ cd ~ /Dev/ $ mkdir appDir && cd appDir $ ng new my - app Note - ng new takes time to run! Step 3 - Navigate to project & Run Local Server! $ cd / path / to / your / newly / created / app / like $ cd ~ /Dev/appDir/my-app/ $ ng serve Open local host - http://localhost:53865/ Note –The ng serve command is used to launches the server, watches your files and rebuilds the app as you make changes to those files! Step 4 -Edit Project and Save files  - Open file in appDir/my-app/src/app/app.component.ts, EDIT and SAVE import { Component } from '@angular/core' ; @ C...

How to Uninstall Node.js and NPM?

You can uninstall Node.js and NPM same as like your other software. The following steps as below,  1.       Open your windows control panel. 2.       Choose the programs & features option. 3.       Click to “uninstall a program”. 4.       Select installed Node.js, and click the uninstall link.