Search code examples
webpackvisual-studio-codeasp.net-core-mvcentity-framework-corereact-tsx

cannot run web pack and cannot run project


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?


Solution

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