You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is now fixed in 0.1.2 versions. Now node_modules of templates are not copied to lesson code. It's safe to have node_module present on file system for testing purposes.
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: