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 powershell
and 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.1
This is the result I got: cmd after the above command - Now I run the command:
npm install
This is the output on cmd: enter image description here - After this I am running the command
ng serve
to 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 serve
I end up getting this error message: enter image description here - I run the command:
ng version
This is the output: cmd - I run this command after this:
npm install node-sass@latest
- I again run this command:
ng serve
This is the output I am getting: cmd