When clicking on my angular project I get a series of errors similar to this and I don't understand why, the computer is new and I recently installed the following.
- Do not give
- Angular
- ionic
- typescript
Everything goes well when I create a project from scratch but when I download one that has a minor version 0.0.2 or something similar it gives an error and on the previous computer I had no such thing happened when doing the same process.
You do not tell us if you have regenerated the node_modules or not, it seems the problem.
In the project path, I suggest removing/moving the contents of the node_modules directory and then running the command:
npm install
in the root of the project.