I am trying to import and launch a project: MEAN Stack Task Manager Application from this git repository: https://github.com/Devstackr/task-manager-mean-stack
These are the steps I have taken so far:
- Unzipped the files and stored them in D: drive of my device.
- Opened windows powershelland used this command:cd 'D:\task-manager-mean-stack-master\frontend'
- Once I am inside the frontend folder, I have run the command: npm install -g @angular/cli@7.2.1This is the result I got: cmd after the above command
- Now I run the command: npm installThis is the output on cmd: enter image description here
- After this I am running the command ng serveto launch the application, but I am getting these errors: cmd
I have tried doing the following steps:
- Run the command prompt: npm install node-sass
- I again try running the command: ng serveI end up getting this error message: enter image description here
- I run the command: ng versionThis is the output: cmd
- I run this command after this: npm install node-sass@latest
- I again run this command: ng serveThis is the output I am getting: cmd
 
     
    