Hi
1. I installed Nodejs and npm
2. I downloaded the sources for 0.94.3
3. I followed these instructions on this page (https://www.repetier-server.com/customizing-printer-frontend)
> npm install gulp-cli -g
> npm install -g @angular/cli
4. then I run them in my path project
>npm install
>gulp all
>ng server
but I have an error
"The serve command requires to be run in an Angular project, but a project definition could not be found."
I Google it but I can't solve it.
Please if u have any idea, let me know