Hello there,
First I have to tell you I am a newbie in Angular, so probable all my problems come from my poor experience, so please be patient.
I got two problems, I guess related with the version:
-
When I user ng serve to test the changes I get a blank page, I was able to make work the first time, and after clean all my installation of angular and npm I was able to make it works again. But could be a more practical way to resolve the problem. Any of you have the same problem? It happen also with a fresh copy from git, so the problem is not related with the changes I made.
-
If I try to build follow the documentation I got this error:
Here the version I am using:
node -v: v12.16.3
npm -v: 6.14.5
About ng: I tried to install version 6.2.9, since I see in the Readme is written that the project was made with version 6.0.1, but since I make npm install I install in the project directory version 9. I tried also to force local installation with version 6.2.9, but ng serve not start up.
Thank you for your help.
Regards
Antonello