when using "ng serve", "ng serve -o" and "ng build" the show's no output.
if anyone can help, pls help me I need angular for my project.
Asked
Active
Viewed 1,250 times
1

Moulagul Hotak
- 75
- 8
-
Have you installed @angular/cli globally? – Celsiuss Jun 28 '21 at 06:18
-
yes, until yesterday it was working, but when I want to run it today, it doesn't show anything @Celsiuss – Moulagul Hotak Jun 28 '21 at 06:22
1 Answers
0
For more information, you could show the content of the node_modules folder or tell us if it is empty, and what appears when using these commands in the console:
ng version
node -v
npm -v

Jesús Giménez
- 38
- 7
-
Hi friend, ng version ( Angular CLI: 12.0.5 Node: 14.17.1 Package Manager: npm 6.14.13) @Jesús Giménez – Moulagul Hotak Jun 28 '21 at 08:17
-
I have restarted my PC, removed Node_modules folder and reinstalled it but no result, same to same, can u help me? – Moulagul Hotak Jun 28 '21 at 08:20
-
Can you add the full package.json code to try to reproduce it? This answer may help you fix it: [Global and local Angular-cli versions](https://stackoverflow.com/a/39774999/13091702) – Jesús Giménez Jun 28 '21 at 09:52
-
Thanks, Friend, I have installed Angular-CLI v12, and the new project I have installed and works, thanks for your time. @Jesús Giménez – Moulagul Hotak Jun 29 '21 at 04:56