### 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: ```shell > ng serve jsh: permission denied: ng ``` ### Expected behavior The app should be served ### Screenshots _No response_ ### Platform - TutorialKit version: 0.1.1 - OS: macOS - Browser: Chrome - Version: 126.0.6478.185 ### Additional context _No response_