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:
- uninstall and reinstall node js
- run npm audit --force for fixed problem.