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

Fix angular.json #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

zAlweNy26
Copy link

@zAlweNy26 zAlweNy26 commented Jun 21, 2024

I was unable to run ng serve until I found that the angular.json was invalid.
The problem was the @vivocha/ prefix that was invalidating the structure.
I also:

  • added a dev script in the package.json as is usually done.
  • added the package-lock.json as recommended by GitHub.
  • removed the ng script because it doesn't make any sense to exist since you can do npx ng ... when you want to natively use the Angular CLI.

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

Successfully merging this pull request may close these issues.

1 participant