Cannot run React project after update visual studio 17.3.3 Mac

Phanuphan Chitsakdanon 1 Reputation point
2022-09-06T05:15:10.473+00:00

237987-screen-shot-2022-09-06-at-120710.png

I cannot run my React project after last update for visual studio as the attachment picture.
I don't know why and try to find the reason. It cannot solve my problem.

I can run the project as usually before updated visual studio.

Developer technologies Visual Studio Debugging
Developer technologies Visual Studio Other
{count} votes

1 answer

Sort by: Most helpful
  1. Phanuphan Chitsakdanon 1 Reputation point
    2022-09-07T03:36:45.95+00:00

    Thank you for replied.
    I did investigate and found the problem from blocking by some node_modules.
    The problem is not show in terminal console in vs but when I run npm start in terminal app. It was present error of running react.

    For my problem solving:

    1. uninstall and reinstall node js
    2. run npm audit --force for fixed problem.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.