kalpvaig / MEAN-attendance-app

MIT License
1 stars 2 forks source link

After running "npm install" in root folder and public folder gets following error. #3

Open vibhitoshsingh opened 6 years ago

vibhitoshsingh commented 6 years ago

When run the npm install command in root folder and again in employee folder than node module installed on both the places.After running "ng serve" command to run the code than it shows following message.

Error:

The "@angular/compiler-cli" package was not properly installed. Error: Error: Cannot find module '@angular/compiler-cli' mean error

Praveen0912 commented 6 years ago

It's angular version problem and use this command "npm install --save -dev @angular/cli@latest"

vibhitoshsingh commented 6 years ago

Yes,It's resolved. Thank you.

vibhitoshsingh commented 6 years ago

I have followed your "read me" and installed MongoDB on my local machine.Then follow the official document of MongoDB and open "mongod.exe",it's not running. mongodb

vibhitoshsingh commented 6 years ago

Also tried to implement same thing with command prompt. I guess since not familiar with MongoDB that's why facing this issue can you guide me in this. mongodb cmd