-
Notifications
You must be signed in to change notification settings - Fork 71
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
Starting dev server for an Angular app fails #196
Comments
This sounds similar as Could you try if removing |
It does work indeed. |
Perfect! We'll prioritize #189 next so that |
This is now fixed in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I'm trying to write a tutorial using an Angular app but the dev server fails to start.
Link to a StackBlitz project which shows the error
No response
Steps to reproduce
clone https://github.com/vscaiceanu-1a/tutorialkit-angular
npm install
npm start
go to http://localhost:4321/
Starting http server fails with:
> ng serve jsh: permission denied: ng
Expected behavior
The app should be served
Screenshots
No response
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: