0

When I run the web pack command

.\node_modules\.bin\webpack -w

in my project, I get the following error enter image description here

and when I

dotnet run

I get the following error enter image description here

I have the exact same project as my teammates but it just does not want to work on my laptop. How can I fix this and run the project?

Sunny Jangid
  • 578
  • 4
  • 19
Ino van den Berg
  • 163
  • 1
  • 2
  • 12

1 Answers1

0

As Alex and Chris R have pointed out in their comment the solution was to update my nodeJS

Ino van den Berg
  • 163
  • 1
  • 2
  • 12