1

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. enter image description here

1 Answers1

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
  • 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