Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to run Project #7

Open
sandybubu opened this issue Aug 12, 2020 · 1 comment
Open

Unable to run Project #7

sandybubu opened this issue Aug 12, 2020 · 1 comment

Comments

@sandybubu
Copy link

Hi ,
Thanks for sharing this project.

I have downloaded, extract and then open the project in visual studio code.
When I run the project with command: ng serve
Below Error comes:
The serve command requires to be run in an Angular project, but a project definition could not be found.

I can create new angular project in separate VS Code solution and can build, run angular application and can see output in browser.

How to run and see login functionality in browser. Assist me

Thanks and Regards.
ErrorMsg

@AbhishekAnand01
Copy link

AbhishekAnand01 commented Jan 3, 2021

Hi,

As I can see node_module(dependency files) is missing in your project .

Please run the below commands sequentially, Hope this will help you.
npm install
npm start

After running both the command, I can run project perfectly.

image

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants