Step 1 : Installing Nodejs To access to the Node Package Manager (NPM) and run our server, we need to first install Nodejs. You may already have it installed. To check whether it's installed, visit your console and type: node -v If it goes unrecognized, you will need to visit Nodejs.org and visit the downloads page. Choose the installer appropriate for your OS, and install it. Once complete, reload your console/command line, and re-run the This time it should provide you with the version installed. Step 2: Installing Angular We're going to use the Angular CLI to create our Angular app. Let's install it at the command line through NPM. npm install @angular/cli -g Give it some time to install once installed go into the any folder where you prefer to store your projects and then run the following command: ng new mean cd mean Once you're in the new project folder, we're going to run a command with the A...
A Full Stack developer who is facing problems in development cycle and here you find solution of errors of those problems.This includes all exception and configuration issues. Solutions which i have written in blog are the one which worked for me after killing my time :) .