Issue
when I tried to create a react-native project with npx react-native init MyTestApp Error it pops up npx: installed 640 in 66.1s Unexpected token = and can not be created project
href="https://i.stack.imgur.com/FyrWb.png" rel="nofollow noreferrer">
Solution
It seems that you need a different node version to be able to execute the command.
Answered By - Maik Lowrey Answer Checked By - Marilyn (WPSolving Volunteer)