0

I just cloned an new project, started the npm and when I rebuild I got several similiar errors, in the error list like the following:

enter image description here

How can I solve it?

Simon Azzopardi
  • 121
  • 1
  • 3
  • 8

1 Answers1

0

Follow these steps:

  1. Unload all the projects in the solution except the web application project.
  2. Clean the solution and rebuild the solution again (make sure you have the npm started before)
  3. Make sure the solution will rebuild successfully.
  4. Reload again all the solution projects.
  5. Rebuild again the solution.
Simon Azzopardi
  • 121
  • 1
  • 3
  • 8