I got error when bundle the html/css files for deployment in web. I installed nodejs and npm but it tells script was not allowed in your browser. What I do for this
Type ng -v
or ng --version
Should it return something alike to what is on your screenshot, it means Angular CLI is not installed.
npm install -g @angular/cli
I got a message telling me the content here is too similar to what I posted on your other question because I wrote it in the wrong tab.
1 Like