0

while I run (A perfectly fine project that worked for several people) on vs code I get this weird error that I can't understand : enter image description here

from what I understand I don't have a specific file/package/folder? And I don't understand what I need to do? will love some help!

qqtf
  • 632
  • 6
  • 17
Natalie Torch
  • 23
  • 1
  • 4
  • it seems you miss some packages, of course you've tried to install dependencies with `npm install`? – akkonrad Jul 07 '21 at 08:06

1 Answers1

0

you guys I find the answer
All I need to do was run npm install --save-dev @angular-devkit/build-angular and that it!

Natalie Torch
  • 23
  • 1
  • 4